Evas textblock: Fix compilation warning, for some reason this wasn't included in the previous patch.

SVN revision: 57022
This commit is contained in:
Tom Hacohen 2011-02-14 14:42:22 +00:00
parent 8aed4736a0
commit 38dc347fcf
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(EINA_FALSE);
TB_HEAD_RETURN();
return o->newline_is_ps;
}