stefan pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=0850545e31132e3c73d7beaa56b8f23779d71599

commit 0850545e31132e3c73d7beaa56b8f23779d71599
Author: Stefan Schmidt <s.schm...@samsung.com>
Date:   Fri Jan 23 12:45:33 2015 +0100

    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.
---
 src/lib/elm_image.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/elm_image.c b/src/lib/elm_image.c
index 75881e4..037420c 100644
--- a/src/lib/elm_image.c
+++ b/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
 

-- 


Reply via email to