From: cristy Date: Wed, 18 Jan 2012 18:50:46 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~6352 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ca826b512b0ae42c67b56c29597440ff3dc6ab67;p=imagemagick --- 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);