[libpng17] Fix typo, indentation of #ifdef PNG_GET_PALETTE_MAX_SUPPORTED

in png.h and pnglibconf.dfa
This commit is contained in:
Glenn Randers-Pehrson
2013-02-10 16:57:38 -06:00
parent e9760e5e95
commit 9f0d36c85f
3 changed files with 8 additions and 11 deletions

View File

@@ -1163,7 +1163,7 @@ png_get_io_chunk_type (png_const_structrp png_ptr)
#endif /* ?PNG_IO_STATE_SUPPORTED */
#ifdef PNG_CHECK_FOR_INVALID_INDEX_SUPPORTED
#ifdef PNG_GET_PALETTE_MAX_SUPPORTED
# ifdef PNG_GET_PALETTE_MAX_SUPPORTED
int PNGAPI
png_get_palette_max(png_const_structrp png_ptr, png_const_inforp info_ptr)
{
@@ -1172,7 +1172,7 @@ png_get_palette_max(png_const_structrp png_ptr, png_const_inforp info_ptr)
return (-1);
}
#endif
# endif
#endif
#endif /* PNG_READ_SUPPORTED || PNG_WRITE_SUPPORTED */