This function returns void
authorenglebass <englebass@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 26 Oct 2008 19:45:59 +0000 (19:45 +0000)
committerenglebass <englebass@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 26 Oct 2008 19:45:59 +0000 (19:45 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@37163 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/ecore_evas/ecore_evas.c

index 4a45aed..5f4e94a 100644 (file)
@@ -232,7 +232,7 @@ _ecore_evas_parse_extra_options_str(const char *extra_options, const char *key,
 }
 
 /* inline is just to avoid need to ifdef around it */
-static inline const char *
+static inline void
 _ecore_evas_parse_extra_options_uint(const char *extra_options, const char *key, unsigned int *value)
 {
    int len = strlen(key);