[devel] Corrected (again) the ordinal of png_get_io_chunk_type().
This commit is contained in:
parent
aa23159209
commit
cf7cce6da5
2
png.h
2
png.h
@ -2065,7 +2065,7 @@ PNG_EXPORT(199, png_uint_32, png_get_io_state, (png_structp png_ptr));
|
||||
|
||||
PNG_EXPORTA(200, png_const_bytep, png_get_io_chunk_name,
|
||||
(png_structp png_ptr), PNG_DEPRECATED);
|
||||
PNG_EXPORT(215, png_uint_32, png_get_io_chunk_type,
|
||||
PNG_EXPORT(216, png_uint_32, png_get_io_chunk_type,
|
||||
(const_png_structp png_ptr));
|
||||
|
||||
/* The flags returned by png_get_io_state() are the following: */
|
||||
|
Loading…
Reference in New Issue
Block a user