]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Wed, 18 Jan 2012 18:50:46 +0000 (18:50 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Wed, 18 Jan 2012 18:50:46 +0000 (18:50 +0000)
MagickCore/enhance.c

index 9253fed1cd04ec37c7d068be96b145092cedb5d1..f06c2ac01ef9581a036a1fb824e2001e46a46380 100644 (file)
@@ -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);