From: seoz Date: Tue, 19 Apr 2011 00:58:39 +0000 (+0000) Subject: Elementary gengrid: Fixed a warning. X-Git-Tag: REL_F_I9200_20110722_1~8^2~50^2~479 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ac49bc1cbb2136c0181a7d6363805c553f36a4c9;p=framework%2Fuifw%2Felementary.git Elementary gengrid: Fixed a warning. git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@58721 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/elm_gengrid.c b/src/lib/elm_gengrid.c index fbea174..19456e7 100644 --- a/src/lib/elm_gengrid.c +++ b/src/lib/elm_gengrid.c @@ -1937,7 +1937,7 @@ elm_gengrid_horizontal_set(Evas_Object *obj, EAPI Eina_Bool elm_gengrid_horizontal_get(const Evas_Object *obj) { - ELM_CHECK_WIDTYPE(obj, widtype); + ELM_CHECK_WIDTYPE(obj, widtype) EINA_FALSE; Widget_Data *wd = elm_widget_data_get(obj); if (!wd) return EINA_FALSE; return wd->horizontal;