From d9fd29bcb2645b88f3557bed131f87a4cc9a666b Mon Sep 17 00:00:00 2001 From: Cristy Date: Tue, 19 Sep 2017 20:10:25 -0400 Subject: [PATCH] ... --- coders/png.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/coders/png.c b/coders/png.c index 6728e95f5..d93193407 100644 --- a/coders/png.c +++ b/coders/png.c @@ -4333,10 +4333,10 @@ static Image *ReadPNGImage(const ImageInfo *image_info, % o exception: return any errors or warnings in this structure. % */ -void +static void DestroyJNG(unsigned char *chunk,Image **color_image, - ImageInfo **color_image_info, - Image **alpha_image,ImageInfo **alpha_image_info) + ImageInfo **color_image_info,Image **alpha_image, + ImageInfo **alpha_image_info) { (void) RelinquishMagickMemory(chunk); if (*color_image_info) -- 2.40.0