COMMITS: DO THEM PROPERLY!!!!1111

SVN revision: 62366
This commit is contained in:
Mike Blumenkrantz 2011-08-11 23:18:34 +00:00
parent 8e5ee9e2f5
commit 25a6b8c980
1 changed files with 1 additions and 1 deletions

View File

@ -380,7 +380,7 @@ _evas_image_load_frame(Image_Entry *ie, GifFileType *gif, Image_Entry_Frame *fra
if ((!gif) || (!frame)) return EINA_FALSE;
gif_frame = (Gif_Frame *) frame->info;
if (LOAD_FRAME_NONE > type) return EINA_FALSE;
if (LOAD_FRAME_NONE < type) return EINA_FALSE;
do
{