Return value is not a pointer.

SVN revision: 35464
This commit is contained in:
Kim Woelders 2008-08-13 17:56:08 +00:00
parent cd929604a1
commit 7c8d8a5b1e
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ load(ImlibImage * im, ImlibProgressFunction progress, char progress_granularity,
count = 0;
line = malloc(lsz);
if (!line)
return NULL;
return 0;
backslash = 0;
memset(lookup, 0, sizeof(lookup));