missing semicolon. you never cease to amaze me, edev.

SVN revision: 57004
This commit is contained in:
Mike Blumenkrantz 2011-02-14 05:21:17 +00:00
parent 7f631d4db1
commit 97f30a8b6d
1 changed files with 1 additions and 1 deletions

View File

@ -1102,7 +1102,7 @@ static int
eng_font_pen_coords_get(void *data, void *font, const char *text, const Evas_Text_Props *text_props, int pos, int *cpen_x, int *cy, int *cadv, int *ch)
{
return eng_font_char_coords_get(data, font, text, text_props, pos, cpen_x,
cy, cadv, ch)
cy, cadv, ch);
}
static Eina_Bool