commit | cf7cce6da575bfa66ce65454e7072e47f4a2b857 | [log] [tgz] |
---|---|---|
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | Sat Jan 22 12:42:43 2011 -0600 |
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | Sat Jan 22 12:42:43 2011 -0600 |
tree | 2bc36af006ef16ebb0d640ffe2d1b1f15b56be81 | |
parent | aa23159209d6d5e3d7361d44866903a71daf96aa [diff] [blame] |
[devel] Corrected (again) the ordinal of png_get_io_chunk_type().
diff --git a/png.h b/png.h index 51894f4..f143742 100644 --- a/png.h +++ b/png.h
@@ -2065,7 +2065,7 @@ 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: */