[libpng17] Fix typos of PNG_GET_PALLETE_MAX_SUPPORTED

in png.h and pnglibconf.dfa
This commit is contained in:
John Bowler
2013-02-10 17:24:46 -06:00
committed by Glenn Randers-Pehrson
parent 9f0d36c85f
commit 395ddbd318
2 changed files with 7 additions and 7 deletions

6
png.h
View File

@@ -3204,14 +3204,14 @@ PNG_EXPORT(240, int, png_image_write_to_stdio, (png_imagep image, FILE *file,
* END OF SIMPLIFIED API
******************************************************************************/
#if defined(PNG_CHECK_FOR_INVALID_INDEX_SUPPORTED)
#ifdef PNG_CHECK_FOR_INVALID_INDEX_SUPPORTED
PNG_EXPORT(242, void, png_set_check_for_invalid_index,
(png_structrp png_ptr, int allowed));
# if defined(PNG_GET_PALETTE_MAX_SUPPORTED)
# ifdef PNG_GET_PALETTE_MAX_SUPPORTED
PNG_EXPORT(243, int, png_get_palette_max, (png_const_structrp png_ptr,
png_const_inforp info_ptr));
# endif
#endif
#endif /* CHECK_FOR_INVALID_INDEX */
/* Maintainer: Put new public prototypes here ^, in libpng.3, and project
* defs