Evas: Software_Generic: Fix typo? for __UNUSED__.

SVN revision: 66222
This commit is contained in:
Christopher Michael 2011-12-14 18:27:29 +00:00
parent 09970b59a8
commit b3d6859de5
1 changed files with 1 additions and 1 deletions

View File

@ -259,7 +259,7 @@ eng_image_colorspace_get(void *data __UNUSED__, void *image)
} }
static Eina_Bool 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; Image_Entry *im;
if (!image) return EINA_FALSE; if (!image) return EINA_FALSE;