Changed: Minor change

This commit is contained in:
Nimetu 2017-01-10 14:07:06 +02:00
parent fd78d7ca74
commit 44db61b463

View file

@ -65,7 +65,7 @@ static int readGIFData(GifFileType *gif, GifByteType *data, int length)
}
catch(...)
{
nlwarning("error while reading JPEG image");
nlwarning("error while reading GIF image");
return 0;
}