From 4629809b34ee17010acac1d4a77468ef809668f8 Mon Sep 17 00:00:00 2001 From: cristy Date: Fri, 4 May 2012 10:27:41 +0000 Subject: [PATCH] --- MagickCore/channel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MagickCore/channel.c b/MagickCore/channel.c index 173b6892b..6f5f9b190 100644 --- a/MagickCore/channel.c +++ b/MagickCore/channel.c @@ -239,7 +239,7 @@ MagickExport Image *ChannelFxImage(const Image *image,const char *expression, if (destination_image == (Image *) NULL) return((Image *) NULL); if (IsGrayColorspace(image->colorspace) != MagickFalse) - (void) TransformImageColorspace(image,sRGBColorspace,exception); + (void) TransformImageColorspace((Image *) image,sRGBColorspace,exception); if (expression == (const char *) NULL) return(destination_image); destination_channel=RedPixelChannel; -- 2.40.0