Edje: Fix warning: comparison between signed and unsigned integer

expressions

Signed-off-by: Christopher Michael <cpmichael1@comcast.net>

SVN revision: 78580
This commit is contained in:
Christopher Michael 2012-10-28 10:21:22 +00:00
parent 993534639e
commit ff70ee29df
1 changed files with 1 additions and 1 deletions

View File

@ -366,7 +366,7 @@ _scale_set(Eo *obj, void *_pd, va_list *list)
Edje *ed, *ged;
Evas_Object *o;
Eina_List *l;
int i;
unsigned int i;
ed = _pd;
if (ed->scale == scale) return;