jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=d4a3d2f5de140778539c126fff2c759c6e4e6399
commit d4a3d2f5de140778539c126fff2c759c6e4e6399 Author: Jean-Philippe Andre <[email protected]> Date: Tue Nov 7 11:52:54 2017 +0900 evas: Fix invalid header protector clang is smart enough to warn about this. I've mentioned it multiple times... --- src/lib/evas/common/evas_font_draw.h | 4 ++-- 1 file 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 */ --
