projects
/
profile
/
ivi
/
edje.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
719c458
)
Edje mirrored-mode: Fixed compilation warning.
author
tasn
<tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 3 Feb 2011 10:16:48 +0000
(10:16 +0000)
committer
tasn
<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
patch
|
blob
|
history
diff --git
a/src/lib/edje_util.c
b/src/lib/edje_util.c
index
36f8570
..
819085f
100644
(file)
--- a/
src/lib/edje_util.c
+++ b/
src/lib/edje_util.c
@@
-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;