]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sun, 28 Sep 2014 16:00:22 +0000 (16:00 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sun, 28 Sep 2014 16:00:22 +0000 (16:00 +0000)
MagickCore/image.c

index 64f78cf5dead6d7619973fcfed41041acc3f8686..50d2c3fe3c91a75eaee662131e5c4b5bd02d448e 100644 (file)
@@ -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)