]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sun, 14 Sep 2014 00:30:34 +0000 (00:30 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sun, 14 Sep 2014 00:30:34 +0000 (00:30 +0000)
MagickWand/operation.c

index 690b17b3ce13d93878fb5523b3254115e04e9c5d..96c25c6a0fde02edb502e8413cf64e933a9a7495 100644 (file)
@@ -1790,7 +1790,7 @@ static MagickBooleanType CLISimpleOperatorImage(MagickCLI *cli_wand,
             CLIWandExceptArgBreak(OptionError,"UnrecognizedAlphaChannelOption",
               option,arg1);
           (void) SetImageAlphaChannel(_image,(AlphaChannelOption) parse,
-            exception);
+            _exception);
           break;
         }
       if (LocaleCompare("annotate",option+1) == 0)