]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Mon, 7 Apr 2014 00:11:44 +0000 (00:11 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Mon, 7 Apr 2014 00:11:44 +0000 (00:11 +0000)
MagickCore/effect.c

index ab698e34eda119aac1deaca8d8b8e3f22f92dccc..49b04ebd880cd4017f84ab55a789ea50e2b1f398 100644 (file)
@@ -1003,8 +1003,8 @@ MagickExport Image *CannyEdgeImage(const Image *image,const double radius,
     geometry[MaxTextExtent];
 
   double
-    upper_threshold,
-    lower_threshold;
+    lower_threshold,
+    upper_threshold;
 
   Image
     *edge_image;