Edje mirrored-mode: Fixed compilation warning.
authortasn <tasn>
Thu, 3 Feb 2011 10:16:48 +0000 (10:16 +0000)
committertasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 3 Feb 2011 10:16:48 +0000 (10:16 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@56672 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/edje_util.c

index 36f8570..819085f 100644 (file)
@@ -301,7 +301,7 @@ EAPI void
 edje_object_mirrored_set(Evas_Object *obj, Eina_Bool rtl)
 {
    Edje *ed;
-   int i;
+   unsigned int i;
 
    ed = _edje_fetch(obj);
    if (!ed) return;