[libpng12] Removed a stray semicolon after PNG_UNUSED(params) in pngread.c

This commit is contained in:
Glenn Randers-Pehrson 2014-02-03 10:41:14 -06:00
parent 370acba438
commit f0ba5390c0
1 changed files with 1 additions and 1 deletions

View File

@ -1501,7 +1501,7 @@ png_read_png(png_structp png_ptr, png_infop info_ptr,
png_read_end(png_ptr, info_ptr);
PNG_UNUSED(transforms) /* Quiet compiler warnings */
PNG_UNUSED(params);
PNG_UNUSED(params)
}
#endif /* PNG_INFO_IMAGE_SUPPORTED */