Evas: Software_Generic: Fix typo? for __UNUSED__.
authordevilhorns <devilhorns@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 14 Dec 2011 18:27:29 +0000 (18:27 +0000)
committerdevilhorns <devilhorns@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 14 Dec 2011 18:27:29 +0000 (18:27 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@66222 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

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;