From 40c78287806ec2c9045e3b7191db81d27796e8ce Mon Sep 17 00:00:00 2001 From: Cristy Date: Tue, 19 Sep 2017 13:56:38 -0400 Subject: [PATCH] ... --- coders/gif.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/coders/gif.c b/coders/gif.c index 866ef2875..a2bfe2f09 100644 --- a/coders/gif.c +++ b/coders/gif.c @@ -978,10 +978,10 @@ static Image *ReadGIFImage(const ImageInfo *image_info,ExceptionInfo *exception) unsigned char background, + buffer[257], c, flag, - *global_colormap, - buffer[257]; + *global_colormap; /* Open image file. -- 2.40.0