From: dirk Date: Thu, 12 May 2016 18:42:05 +0000 (+0200) Subject: Return correct return value. X-Git-Tag: 7.0.1-4~22 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=668f87ddf220ca4af92506cca2698f86695dfa51;p=imagemagick Return correct return value. --- diff --git a/MagickWand/identify.c b/MagickWand/identify.c index 3b4d37029..f6841289f 100644 --- a/MagickWand/identify.c +++ b/MagickWand/identify.c @@ -252,7 +252,7 @@ WandExport MagickBooleanType IdentifyImageCommand(ImageInfo *image_info, (LocaleCompare("-version",option+1) == 0)) { ListMagickVersion(stdout); - return(MagickFalse); + return(MagickTrue); } } if (argc < 2)