From 8966ccc860837cc03df2b11ec764cadbef647c7b Mon Sep 17 00:00:00 2001 From: cristy Date: Mon, 31 Oct 2011 23:26:14 +0000 Subject: [PATCH] --- coders/gif.c | 1 - 1 file changed, 1 deletion(-) diff --git a/coders/gif.c b/coders/gif.c index 7d87589de..3794ccf3f 100644 --- a/coders/gif.c +++ b/coders/gif.c @@ -1552,7 +1552,6 @@ static MagickBooleanType WriteGIFImage(const ImageInfo *image_info,Image *image, } (void) WriteBlobLSBShort(image,(unsigned short) page.width); (void) WriteBlobLSBShort(image,(unsigned short) page.height); - /* Write images to file. */ -- 2.50.1