missing one _Bool -> Eina_Bool

SVN revision: 55549
This commit is contained in:
Vincent Torri 2010-12-14 06:20:55 +00:00
parent c69cd7ec27
commit 19a8a07a63
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ _edje_match_states_alloc(Edje_Patterns *ppat, int n)
for (i = 0; i < n; ++i)
{
l[i].states = (Edje_State *) states;
l[i].has = (_Bool *) has;
l[i].has = (Eina_Bool *) has;
memset(l[i].has, 0, has_size);