Evas: Gl_X11: Fix typo? for __UNUSED__ param.
authorChristopher Michael <cpmichael1@comcast.net>
Wed, 14 Dec 2011 18:52:42 +0000 (18:52 +0000)
committerChristopher Michael <cpmichael1@comcast.net>
Wed, 14 Dec 2011 18:52:42 +0000 (18:52 +0000)
SVN revision: 66224

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

index f872744..101e110 100644 (file)
@@ -3703,7 +3703,7 @@ eng_image_animated_frame_set(void *data __UNUSED__, void *image, int frame_index
 }
 
 static Eina_Bool
-eng_image_can_region_get(void *data__UNUSED__, void *image)
+eng_image_can_region_get(void *data __UNUSED__, void *image)
 {
    Evas_GL_Image *gim = image;
    Image_Entry *im;