elm_image: Add missing semi-colon to terminate line.
authorStefan Schmidt <s.schmidt@samsung.com>
Fri, 23 Jan 2015 11:45:33 +0000 (12:45 +0100)
committerStefan Schmidt <s.schmidt@samsung.com>
Fri, 23 Jan 2015 11:45:33 +0000 (12:45 +0100)
No compiler warning for this because the macro was terminated with it.
It still looks wrong without it and does no harm.

src/lib/elm_image.c

index 75881e4..037420c 100644 (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