mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
Fix typo (missing "not") in pngerror call.
This commit is contained in:
parent
4d9664b8b2
commit
1d1f809e1d
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user