From: cristy Date: Fri, 22 Aug 2014 12:50:44 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~2079 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c2e29bdad94a067ef1cc1d4d2a3e10a412c0d1c8;p=imagemagick --- 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); }