]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sun, 21 Mar 2010 02:39:26 +0000 (02:39 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sun, 21 Mar 2010 02:39:26 +0000 (02:39 +0000)
magick/fourier.c

index 2c1996225ba935df960eee53d699e7c8f8b6ad2e..717cc024ff4946e8e0800d586678ab39696f76a2 100644 (file)
@@ -541,12 +541,12 @@ static MagickBooleanType ForwardFourierTransformChannel(const Image *image,
   fftw_complex
     *fourier;
 
-  MagickBooleanType
-    status;
-
   FourierInfo
     fourier_info;
 
+  MagickBooleanType
+    status;
+
   size_t
     extent;