Evas textblock: Fix clang error.

Shouldn't ever happen, but whatever.
http://dev.enlightenment.fr/~discomfitor/evas-2011-11-08/report-kOFp88.html#EndPath

SVN revision: 64977
This commit is contained in:
Tom Hacohen 2011-11-09 07:51:11 +00:00
parent 789b487da2
commit 4b5e727023
1 changed files with 9 additions and 10 deletions

View File

@ -97,8 +97,8 @@ evas_common_font_draw_internal(RGBA_Image *dst, RGBA_Draw_Context *dc, RGBA_Font
EVAS_FONT_WALK_TEXT_INIT();
fi = text_props->font_instance;
if (fi)
{
if (!fi) return;
evas_common_font_int_reload(fi);
if (fi->src->current_size != fi->size)
@ -108,7 +108,6 @@ evas_common_font_draw_internal(RGBA_Image *dst, RGBA_Draw_Context *dc, RGBA_Font
FTUNLOCK();
fi->src->current_size = fi->size;
}
}
#if defined(METRIC_CACHE) || defined(WORD_CACHE)