Evas font: Fix clang errors.

http://dev.enlightenment.fr/~discomfitor/evas-2011-11-09/report-qpiPpZ.html#EndPath

SVN revision: 65019
This commit is contained in:
Tom Hacohen 2011-11-10 12:11:17 +00:00
parent de109574ed
commit 52ca712a14
1 changed files with 15 additions and 15 deletions

View File

@ -738,7 +738,6 @@ evas_common_font_query_last_up_to_pos(RGBA_Font *fn, const Evas_Text_Props *text
}
gli += text_props->len - 1;
}
for (i = text_props->len - 1 ; i >= 0 ; i--, gli--)
{
@ -761,6 +760,7 @@ evas_common_font_query_last_up_to_pos(RGBA_Font *fn, const Evas_Text_Props *text
}
}
}
}
else
#endif
{