From: cristy Date: Sun, 28 Sep 2014 16:00:22 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~1968 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5f3696285015ef387f3376dfb322ab558902419d;p=imagemagick --- diff --git a/MagickCore/image.c b/MagickCore/image.c index 64f78cf5d..50d2c3fe3 100644 --- a/MagickCore/image.c +++ b/MagickCore/image.c @@ -3478,8 +3478,7 @@ MagickExport MagickBooleanType SyncImageSettings(const ImageInfo *image_info, exception); option=GetImageOption(image_info,"channel"); if (option != (const char *) NULL) - (void) SetPixelChannelMask(image,(ChannelType) - ParseChannelOption(option)); + (void) SetPixelChannelMask(image,(ChannelType) ParseChannelOption(option)); /* FUTURE: do not sync compose to per-image compose setting here */ option=GetImageOption(image_info,"compose"); if (option != (const char *) NULL)