We need to return something != NULL.

SVN revision: 36050
This commit is contained in:
Cedric BAIL 2008-09-17 15:19:07 +00:00
parent 730049220e
commit 0dbb3917b7
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ eina_pass_through_realloc(__UNUSED__ void *data, void *ptr, unsigned int size)
static void*
eina_pass_through_init(__UNUSED__ const char *context, __UNUSED__ const char *option, __UNUSED__ va_list args)
{
return NULL;
return (void*) 0x1;
}
static void