Evas: Software_Generic: Fix typo? for __UNUSED__.
authorChristopher Michael <cpmichael1@comcast.net>
Wed, 14 Dec 2011 18:27:29 +0000 (18:27 +0000)
committerChristopher Michael <cpmichael1@comcast.net>
Wed, 14 Dec 2011 18:27:29 +0000 (18:27 +0000)
SVN revision: 66222

legacy/evas/src/modules/engines/software_generic/evas_engine.c

index add55bb..d868d4b 100644 (file)
@@ -259,7 +259,7 @@ eng_image_colorspace_get(void *data __UNUSED__, void *image)
 }
 
 static Eina_Bool
-eng_image_can_region_get(void *data__UNUSED__, void *image)
+eng_image_can_region_get(void *data __UNUSED__, void *image)
 {
    Image_Entry *im;
    if (!image) return EINA_FALSE;