]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Tue, 6 Dec 2011 18:13:23 +0000 (18:13 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Tue, 6 Dec 2011 18:13:23 +0000 (18:13 +0000)
MagickCore/fx.c

index 5d0f4cab45bc94f681992a08233c6669c8cf25e5..9287438d5479450603faf34b008d8e0272c0730d 100644 (file)
@@ -1491,7 +1491,7 @@ static MagickRealType FxGetSymbol(FxInfo *fx_info,const PixelChannel channel,
           if (image->colorspace != CMYKColorspace)
             {
               (void) ThrowMagickException(exception,GetMagickModule(),
-                OptionError,"ColorSeparatedImageRequired","`%s'",
+                ImageError,"ColorSeparatedImageRequired","`%s'",
                 image->filename);
               return(0.0);
             }