evas: fix var used uninitialized on_error

This commit is contained in:
Jérémy Zurcher 2013-05-07 22:33:10 +02:00
parent f1349c25d4
commit 62cae26de0
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ static Eina_Bool
evas_image_load_file_xpm(Eina_File *f, Evas_Image_Property *prop, void *pixels, int load_data, int *error)
{
DATA32 *ptr, *end, *head = NULL;
const char *map;
const char *map = NULL;
size_t length;
size_t position;