evas loaders - fix logically dead code

fix CID 1039447
This commit is contained in:
Carsten Haitzler 2014-08-22 20:08:21 +09:00
parent da45b6ad57
commit c654b3ef2c
1 changed files with 1 additions and 1 deletions

View File

@ -382,7 +382,7 @@ evas_common_load_rgba_image_module_from_file(Image_Entry *ie)
file);
ie->info.module = em;
ie->info.loader = (void*) em ? em->functions : NULL;
ie->info.loader = em->functions;
evas_module_ref(ie->info.module);
return ret;
}