From: cristy Date: Fri, 24 Jan 2014 17:41:49 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~2796 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=354b6707b4049fa89b45b1d5564d7b548e1b02b3;p=imagemagick --- diff --git a/coders/rgf.c b/coders/rgf.c index 95a4608ae..5fe0da082 100644 --- a/coders/rgf.c +++ b/coders/rgf.c @@ -101,6 +101,9 @@ static Image *ReadRGFImage(const ImageInfo *image_info,ExceptionInfo *exception) Image *image; + int + bit; + MagickBooleanType status; @@ -114,17 +117,13 @@ static Image *ReadRGFImage(const ImageInfo *image_info,ExceptionInfo *exception) register unsigned char *p; - size_t - bit, - byte; - ssize_t y; unsigned char + byte, *data; - /* Open image file. */