Changed: Minor change

--HG--
branch : develop
This commit is contained in:
Nimetu 2017-01-10 14:07:06 +02:00
parent 9541e78219
commit a7ca4ec3b9

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;
}