From 55171fa24fa93476c6f8c7e83f9ee2ab7c4cfdef Mon Sep 17 00:00:00 2001 From: Cristy Date: Tue, 6 Sep 2016 07:56:51 -0400 Subject: [PATCH] https://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=30421 --- coders/magick.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coders/magick.c b/coders/magick.c index 5104ea897..334309c50 100644 --- a/coders/magick.c +++ b/coders/magick.c @@ -13288,7 +13288,7 @@ static MagickBooleanType WriteMAGICKImage(const ImageInfo *image_info, (void) DestroyImageInfo(write_info); (void) WriteBlobString(image,buffer); (void) WriteBlobString(image,"*/\n"); - (void) WriteBlobString(image,"static unsigned char\n"); + (void) WriteBlobString(image,"static const unsigned char\n"); (void) WriteBlobString(image," MagickImage[] =\n"); (void) WriteBlobString(image," {\n"); (void) WriteBlobString(image," "); -- 2.40.0