From c2e29bdad94a067ef1cc1d4d2a3e10a412c0d1c8 Mon Sep 17 00:00:00 2001 From: cristy Date: Fri, 22 Aug 2014 12:50:44 +0000 Subject: [PATCH] --- MagickCore/compare.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MagickCore/compare.c b/MagickCore/compare.c index 041f1b821..b6d37cf0c 100644 --- a/MagickCore/compare.c +++ b/MagickCore/compare.c @@ -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); } -- 2.50.1