From 26131fedc4de128984f426c68bdb6665c2af1589 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Fri, 23 Jan 2015 12:45:33 +0100 Subject: [PATCH] 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. --- legacy/elementary/src/lib/elm_image.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/elementary/src/lib/elm_image.c b/legacy/elementary/src/lib/elm_image.c index 75881e40b4..037420ccf1 100644 --- a/legacy/elementary/src/lib/elm_image.c +++ b/legacy/elementary/src/lib/elm_image.c @@ -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