* edje: Fix compiler warning.

SVN revision: 44757
This commit is contained in:
Cedric BAIL 2009-12-29 15:01:43 +00:00
parent 31fca0780a
commit 331d672b58
1 changed files with 1 additions and 1 deletions

View File

@ -288,7 +288,7 @@ _edje_match_patterns_exec_init_states(Edje_States *states,
r->patterns[i] = str; \ r->patterns[i] = str; \
\ \
if (Show) \ if (Show) \
INF("%i [%s]", i, str); \ INF("%li [%s]", i, str); \
\ \
r->finals[i] = 0; \ r->finals[i] = 0; \
for (j = 0; str[j]; ++j) \ for (j = 0; str[j]; ++j) \