One more.

SVN revision: 47818
This commit is contained in:
Gustavo Lima Chaves 2010-04-07 17:28:15 +00:00
parent a760186ea8
commit 0a90fa0886
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ _anim_setting_get(const char *anim_str)
{
unsigned int i;
assert(sizeof(choices)/sizeof(choices[0]) == ELM_THUMB_ANIMATION_LAST);
assert(sizeof(choices)/sizeof(choices[0]) == ELM_THUMB_ANIMATION_LAST + 1);
for (i = 0; i < sizeof(choices); i++)
{