]> granicus.if.org Git - imagemagick/commitdiff
...
authorCristy <urban-warrior@imagemagick.org>
Sun, 25 Aug 2019 13:57:55 +0000 (09:57 -0400)
committerCristy <urban-warrior@imagemagick.org>
Sun, 25 Aug 2019 13:57:55 +0000 (09:57 -0400)
MagickCore/shear.c

index 9d18b7cec582e35b7ff82fa84974ab0c1018d91f..acf9348ae402856bc691f4c17d3566424583b112 100644 (file)
@@ -850,7 +850,7 @@ MagickExport Image *IntegralRotateImage(const Image *image,size_t rotations,
               {
                 PixelChannel channel = GetPixelChannelChannel(image,i);
                 PixelTrait traits = GetPixelChannelTraits(image,channel);
-                PixelTrait rotate_traits=GetPixelChannelTraits(rotate_image,
+                PixelTrait rotate_traits = GetPixelChannelTraits(rotate_image,
                   channel);
                 if ((traits == UndefinedPixelTrait) ||
                     (rotate_traits == UndefinedPixelTrait))
@@ -931,7 +931,7 @@ MagickExport Image *IntegralRotateImage(const Image *image,size_t rotations,
           {
             PixelChannel channel = GetPixelChannelChannel(image,i);
             PixelTrait traits = GetPixelChannelTraits(image,channel);
-            PixelTrait rotate_traits=GetPixelChannelTraits(rotate_image,
+            PixelTrait rotate_traits = GetPixelChannelTraits(rotate_image,
               channel);
             if ((traits == UndefinedPixelTrait) ||
                 (rotate_traits == UndefinedPixelTrait))
@@ -1046,7 +1046,7 @@ MagickExport Image *IntegralRotateImage(const Image *image,size_t rotations,
               {
                 PixelChannel channel = GetPixelChannelChannel(image,i);
                 PixelTrait traits = GetPixelChannelTraits(image,channel);
-                PixelTrait rotate_traits=GetPixelChannelTraits(rotate_image,
+                PixelTrait rotate_traits = GetPixelChannelTraits(rotate_image,
                   channel);
                 if ((traits == UndefinedPixelTrait) ||
                     (rotate_traits == UndefinedPixelTrait))