evas: Add missing return declaration
authorenglebass <englebass@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 18 Aug 2011 07:35:02 +0000 (07:35 +0000)
committerenglebass <englebass@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 18 Aug 2011 07:35:02 +0000 (07:35 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@62553 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/modules/engines/software_16/evas_engine.c

index 5aad3a0..643e24f 100644 (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;