]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sun, 31 Aug 2014 01:29:21 +0000 (01:29 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sun, 31 Aug 2014 01:29:21 +0000 (01:29 +0000)
MagickCore/enhance.c

index 18584643bfc441ff7444116c119103f89a26b49d..98cc7e7cc0bbbaf083bd1e25fffd4db3b42c37b8 100644 (file)
@@ -1004,18 +1004,18 @@ MagickExport MagickBooleanType ContrastStretchImage(Image *image,
   CacheView
     *image_view;
 
-  MagickBooleanType
-    status;
-
-  MagickOffsetType
-    progress;
-
   double
     *black,
     *histogram,
     *stretch_map,
     *white;
 
+  MagickBooleanType
+    status;
+
+  MagickOffsetType
+    progress;
+
   register ssize_t
     i;