cleaner to re-use mul.

SVN revision: 37745
This commit is contained in:
Carsten Haitzler 2008-11-22 09:28:38 +00:00
parent d661628349
commit ee426d66d5
1 changed files with 1 additions and 1 deletions

View File

@ -383,8 +383,8 @@ evas_image_load_file_xpm(Image_Entry *ie, const char *file, const char *key, int
xpm_parse_done();
return 0;
}
end = ptr + (w * h);
pixels = w * h;
end = ptr + pixels;
}
else
{