mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-27 11:52:03 +00:00
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…
Reference in a new issue