Fix typo (missing "not") in pngerror call.

This commit is contained in:
Glenn Randers-Pehrson glennrp@comcast.net
2009-05-01 10:58:25 -05:00
parent 4d9664b8b2
commit 1d1f809e1d

View File

@@ -4045,7 +4045,7 @@ int main(int argc, char *argv[])
png_warning(read_ptr,
"Cannot read Xcode CgBI PNG. Even if we could,");
png_error(read_ptr,
"the original PNG could be recovered.");
"the original PNG could not be recovered.");
P1( "\nWriting info struct\n");