From f0ba5390c09b17128cfac400f68b92e80a248c0f Mon Sep 17 00:00:00 2001 From: Glenn Randers-Pehrson Date: Mon, 3 Feb 2014 10:41:14 -0600 Subject: [PATCH] [libpng12] Removed a stray semicolon after PNG_UNUSED(params) in pngread.c --- pngread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pngread.c b/pngread.c index d52c8bdbf..c7739f368 100644 --- a/pngread.c +++ b/pngread.c @@ -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 */