From: Cristy Date: Wed, 1 Feb 2017 18:45:47 +0000 (-0500) Subject: ... X-Git-Tag: 7.0.4-7~20 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7a6ad9a08003eb3a43719e64f7b9edae27d36e55;p=imagemagick ... --- diff --git a/MagickCore/channel.c b/MagickCore/channel.c index 3c9b65c46..fd2c980fc 100644 --- a/MagickCore/channel.c +++ b/MagickCore/channel.c @@ -358,7 +358,7 @@ MagickExport Image *ChannelFxImage(const Image *image,const char *expression, break; case AlphaPixelChannel: { - if (image->colorspace != UndefinedColorspace)_ + if (image->colorspace != UndefinedColorspace) destination_image->alpha_trait=BlendPixelTrait; break; }