mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[master] Fix scripting typo in pngwrite.c
This commit is contained in:
parent
0b721cd4c4
commit
c4819d78ba
@ -685,7 +685,7 @@ png_write_row(png_structp png_ptr, png_bytep row)
|
|||||||
defined(PNG_READ_PACKSWAP_SUPPORTED)
|
defined(PNG_READ_PACKSWAP_SUPPORTED)
|
||||||
if (png_ptr->transformations & PNG_PACKSWAP)
|
if (png_ptr->transformations & PNG_PACKSWAP)
|
||||||
png_warning(png_ptr,
|
png_warning(png_ptr,
|
||||||
%4+-% "PNG_WRITE_PACKSWAP_SUPPORTED is not defined");
|
"PNG_WRITE_PACKSWAP_SUPPORTED is not defined");
|
||||||
#endif
|
#endif
|
||||||
#if !defined(PNG_WRITE_PACK_SUPPORTED) && defined(PNG_READ_PACK_SUPPORTED)
|
#if !defined(PNG_WRITE_PACK_SUPPORTED) && defined(PNG_READ_PACK_SUPPORTED)
|
||||||
if (png_ptr->transformations & PNG_PACK)
|
if (png_ptr->transformations & PNG_PACK)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user