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

index 766bcddf2a5aa7deea1f02af0452134e77734fd5..ca89ddfd1ad0934438a5c04ebdf1a6ff07252d5a 100644 (file)
@@ -1099,12 +1099,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;