From d603d97fe0b6172c8effb9fe9413cbdef42f5d35 Mon Sep 17 00:00:00 2001 From: cristy Date: Wed, 1 Feb 2012 21:12:03 +0000 Subject: [PATCH] --- coders/icon.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/coders/icon.c b/coders/icon.c index acfda700e..63eec997d 100644 --- a/coders/icon.c +++ b/coders/icon.c @@ -885,11 +885,11 @@ static MagickBooleanType WriteICONImage(const ImageInfo *image_info, return(MagickFalse); write_info=CloneImageInfo(image_info); (void) CopyMagickString(write_info->filename,"PNG:",MaxTextExtent); - - /* Don't write any ancillary chunks except for gAMA and tRNS */ + /* + Don't write any ancillary chunks except for gAMA and tRNS. + */ (void) SetImageArtifact(write_image,"png:include-chunk", "none,trns,gama"); - png=(unsigned char *) ImageToBlob(write_info,write_image,&length, exception); write_image=DestroyImage(write_image); -- 2.40.0