From ca826b512b0ae42c67b56c29597440ff3dc6ab67 Mon Sep 17 00:00:00 2001 From: cristy Date: Wed, 18 Jan 2012 18:50:46 +0000 Subject: [PATCH] --- MagickCore/enhance.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/MagickCore/enhance.c b/MagickCore/enhance.c index 9253fed1c..f06c2ac01 100644 --- a/MagickCore/enhance.c +++ b/MagickCore/enhance.c @@ -673,8 +673,7 @@ MagickExport MagickBooleanType ColorDecisionListImage(Image *image, content=GetXMLTreeContent(saturation); p=(const char *) content; GetMagickToken(p,&p,token); - color_correction.saturation=StringToDouble(token, - (char **) NULL); + color_correction.saturation=StringToDouble(token,(char **) NULL); } } ccc=DestroyXMLTree(ccc); -- 2.50.1