]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Thu, 16 Sep 2010 23:46:34 +0000 (23:46 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Thu, 16 Sep 2010 23:46:34 +0000 (23:46 +0000)
coders/avs.c

index f706bec7117e8ec994b856dfc214a84419be0911..871be69ac3cce4c0533cc109ca172bb97d31fc35 100644 (file)
@@ -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.
   */