evas: Fix invalid header protector
authorJean-Philippe Andre <jp.andre@samsung.com>
Tue, 7 Nov 2017 02:52:54 +0000 (11:52 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Tue, 7 Nov 2017 02:54:08 +0000 (11:54 +0900)
clang is smart enough to warn about this.
I've mentioned it multiple times...

src/lib/evas/common/evas_font_draw.h

index c0b5e8e..d84fb6a 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef _EVAS_FONT_DRAW_H
-#define _EVAS_FONT_DRAW_
+#define _EVAS_FONT_DRAW_H
 
 #include "evas_common_private.h"
 
@@ -15,4 +15,4 @@ EAPI void              evas_common_font_draw_do              (const Cutout_Rects
 EAPI Eina_Bool         evas_common_font_draw_prepare_cutout  (Cutout_Rects **reuse, RGBA_Image *dst, RGBA_Draw_Context *dc, RGBA_Gfx_Func *func);
 EAPI void              evas_common_font_glyph_draw           (RGBA_Font_Glyph *fg, RGBA_Draw_Context *dc, RGBA_Image *dst, int dst_pitch, int dx, int dy, int dw, int dh, int cx, int cy, int cw, int ch);
 
-#endif /* _EVAS_FONT_DRAW_H */
\ No newline at end of file
+#endif /* _EVAS_FONT_DRAW_H */