]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sun, 17 Feb 2013 00:36:24 +0000 (00:36 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sun, 17 Feb 2013 00:36:24 +0000 (00:36 +0000)
MagickWand/operation.c

index b6adac48b15bc0a0662e037f2f986df1f8ae5573..6363d1da2a51b3188e0a67b670b50e01aa7a8412 100644 (file)
@@ -4192,8 +4192,8 @@ WandPrivate MagickBooleanType CLIListOperatorImages(MagickCLI *cli_wand,
           index,
           swap_index;
 
-        index=-1;
-        swap_index=-2;
+        index=(-1);
+        swap_index=(-2);
         if (IfNormalOp) {
           GeometryInfo
             geometry_info;