evas: Add missing return declaration

SVN revision: 62553
This commit is contained in:
Sebastian Dransfeld 2011-08-18 07:35:02 +00:00
parent 4b6c9289be
commit 402ff0f918
1 changed files with 1 additions and 0 deletions

View File

@ -90,6 +90,7 @@ eng_image_format_get(void *data __UNUSED__, void *image __UNUSED__)
return NULL;
}
static int
eng_image_colorspace_get(void *data __UNUSED__, void *image __UNUSED__)
{
return EVAS_COLORSPACE_RGB565_A5P;