This function returns void

SVN revision: 37163
This commit is contained in:
Sebastian Dransfeld 2008-10-26 19:45:59 +00:00
parent ca3b1e5974
commit 71e3ad924c
1 changed files with 1 additions and 1 deletions

View 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);