]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sun, 9 Oct 2011 01:28:13 +0000 (01:28 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sun, 9 Oct 2011 01:28:13 +0000 (01:28 +0000)
MagickCore/shear.c

index ca89ddfd1ad0934438a5c04ebdf1a6ff07252d5a..fea31247ceb8b2aba1ccd05b156d59362f080493 100644 (file)
@@ -1209,12 +1209,12 @@ static Image *IntegralRotateImage(const Image *image,size_t rotations,
         register const Quantum
           *restrict p;
 
-        register ssize_t
-          x;
-
         register Quantum
           *restrict q;
 
+        register ssize_t
+          x;
+
         if (status == MagickFalse)
           continue;
         p=GetCacheViewVirtualPixels(image_view,0,y,image->columns,1,exception);
@@ -1309,12 +1309,12 @@ static Image *IntegralRotateImage(const Image *image,size_t rotations,
           register const Quantum
             *restrict p;
 
-          register ssize_t
-            y;
-
           register Quantum
             *restrict q;
 
+          register ssize_t
+            y;
+
           size_t
             height,
             width;