From: cristy Date: Thu, 16 Sep 2010 23:46:34 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~8895 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e179ce2205a8583636df90359376944d91149c85;p=imagemagick --- diff --git a/coders/avs.c b/coders/avs.c index f706bec71..871be69ac 100644 --- a/coders/avs.c +++ b/coders/avs.c @@ -95,9 +95,6 @@ static Image *ReadAVSImage(const ImageInfo *image_info,ExceptionInfo *exception) Image *image; - ssize_t - y; - MagickBooleanType status; @@ -110,19 +107,18 @@ static Image *ReadAVSImage(const ImageInfo *image_info,ExceptionInfo *exception) register unsigned char *p; - ssize_t - count; - size_t - length; + height, + length, + width; + + ssize_t + count, + y; unsigned char *pixels; - size_t - height, - width; - /* Open image file. */