Evas textblock: Fixed compilation error, I don't understand what went wrong in my last two commits, sorry for the spam.

SVN revision: 57023
This commit is contained in:
Tom Hacohen 2011-02-14 14:44:47 +00:00
parent 38dc347fcf
commit 5991e80d35
1 changed files with 1 additions and 1 deletions

View File

@ -4127,7 +4127,7 @@ evas_object_textblock_newline_mode_set(Evas_Object *obj, Eina_Bool mode)
EAPI Eina_Bool
evas_object_textblock_newline_mode_get(const Evas_Object *obj)
{
TB_HEAD_RETURN();
TB_HEAD_RETURN(EINA_FALSE);
return o->newline_is_ps;
}