mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-10 01:09:34 +00:00
Changed: Minor change
This commit is contained in:
parent
fd78d7ca74
commit
44db61b463
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ static int readGIFData(GifFileType *gif, GifByteType *data, int length)
|
||||||
}
|
}
|
||||||
catch(...)
|
catch(...)
|
||||||
{
|
{
|
||||||
nlwarning("error while reading JPEG image");
|
nlwarning("error while reading GIF image");
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue