]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Fri, 22 Aug 2014 12:50:44 +0000 (12:50 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Fri, 22 Aug 2014 12:50:44 +0000 (12:50 +0000)
MagickCore/compare.c

index 041f1b82183968a2e465c75403698b60bfd10155..b6d37cf0cc866291acd0e0b418ad8dacacf67151 100644 (file)
@@ -110,9 +110,9 @@ static inline MagickBooleanType ValidateImageMorphology(
 {
   /*
     Does the image match the reconstructed image morphology?
-  */
   if (image->number_channels != reconstruct_image->number_channels)
     return(MagickFalse);
+  */
   return(MagickTrue);
 }