elm_image: Add missing semi-colon to terminate line.

No compiler warning for this because the macro was terminated with it.
It still looks wrong without it and does no harm.
This commit is contained in:
Stefan Schmidt 2015-01-23 12:45:33 +01:00
parent 969f9c1970
commit 26131fedc4
1 changed files with 1 additions and 1 deletions

View File

@ -1138,7 +1138,7 @@ _elm_image_smart_rotate_180(Elm_Image_Data *sd)
#define PUTDAT \
evas_object_image_data_set(sd->img, data); \
free(data2)
free(data2);
#define TILE 32