Evas textblock: Fix compilation warning, for some reason this wasn't included in...
authorTom Hacohen <tom@stosb.com>
Mon, 14 Feb 2011 14:42:22 +0000 (14:42 +0000)
committerTom Hacohen <tom@stosb.com>
Mon, 14 Feb 2011 14:42:22 +0000 (14:42 +0000)
SVN revision: 57022

legacy/evas/src/lib/canvas/evas_object_textblock.c

index b7d7f6c..ffc3729 100644 (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;
 }