[master] Fix scripting typo in pngwrite.c

This commit is contained in:
Glenn Randers-Pehrson 2010-02-06 13:44:20 -06:00
parent 0b721cd4c4
commit c4819d78ba

View File

@ -685,7 +685,7 @@ png_write_row(png_structp png_ptr, png_bytep row)
defined(PNG_READ_PACKSWAP_SUPPORTED)
if (png_ptr->transformations & PNG_PACKSWAP)
png_warning(png_ptr,
%4+-% "PNG_WRITE_PACKSWAP_SUPPORTED is not defined");
"PNG_WRITE_PACKSWAP_SUPPORTED is not defined");
#endif
#if !defined(PNG_WRITE_PACK_SUPPORTED) && defined(PNG_READ_PACK_SUPPORTED)
if (png_ptr->transformations & PNG_PACK)