From a01cbea938398c66ac6915a5de14acc90aa2aa55 Mon Sep 17 00:00:00 2001 From: cristy Date: Wed, 3 Nov 2010 16:33:33 +0000 Subject: [PATCH] --- wand/mogrify.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wand/mogrify.c b/wand/mogrify.c index f21580c11..d9f9f1acd 100644 --- a/wand/mogrify.c +++ b/wand/mogrify.c @@ -1066,7 +1066,7 @@ WandExport MagickBooleanType MogrifyImage(ImageInfo *image_info,const int argc, { CacheView *mask_view; - + Image *mask_image; @@ -3402,7 +3402,7 @@ WandExport MagickBooleanType MogrifyImage(ImageInfo *image_info,const int argc, break; } (void) SetImageArtifact(*image,"identify:unique-colors","true"); - (void) SetImageArtifact(*image,"identify:verbose","true"); + (void) SetImageArtifact(*image,"verbose","true"); break; } if (LocaleCompare("unique-colors",option+1) == 0) -- 2.40.0