fix bug spotted by clang.

SVN revision: 83015
This commit is contained in:
Gustavo Sverzut Barbieri 2013-01-20 14:24:39 +00:00
parent 41b70693b7
commit 1486f40f9b
1 changed files with 1 additions and 0 deletions

View File

@ -356,6 +356,7 @@ _evas_image_load_frame_image_data(Image_Entry *ie, GifFileType *gif, Image_Entry
bg_val = ARGB_JOIN(0xff, r, g, b);
per_inc = 100.0 / (((double)w) * h);
per = 0.0;
cur_h = scale_h;
cur_w = scale_w;