summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Philippe Andre <jp.andre@samsung.com>2017-11-07 11:52:54 +0900
committerJean-Philippe Andre <jp.andre@samsung.com>2017-11-07 11:54:08 +0900
commitd4a3d2f5de140778539c126fff2c759c6e4e6399 (patch)
treeedbb7e66b995f1f645412a26b50199150654d1ad
parentb038d7df25f9cecaa4f0d8c1c7355e4852e5348a (diff)
downloadefl-d4a3d2f5de140778539c126fff2c759c6e4e6399.tar.gz
evas: Fix invalid header protector
clang is smart enough to warn about this. I've mentioned it multiple times...
-rw-r--r--src/lib/evas/common/evas_font_draw.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/evas/common/evas_font_draw.h b/src/lib/evas/common/evas_font_draw.h
index c0b5e8edae..d84fb6aece 100644
--- a/src/lib/evas/common/evas_font_draw.h
+++ b/src/lib/evas/common/evas_font_draw.h
@@ -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 */