return 0
This commit is contained in:
parent
b058fb6855
commit
b4d406b781
1 changed files with 1 additions and 1 deletions
|
|
@ -232,7 +232,7 @@ freeimage(Image *i)
|
|||
int ret;
|
||||
|
||||
if(i == nil)
|
||||
return;
|
||||
return 0;
|
||||
if(i == screen)
|
||||
abort();
|
||||
ret = _freeimage1(i);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue