]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Thu, 24 Feb 2011 00:22:57 +0000 (00:22 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Thu, 24 Feb 2011 00:22:57 +0000 (00:22 +0000)
magick/resize.c

index 74380ff1a422acadfbfc2fdfcd212d25b3eb465f..dc312d09442b86146ad36b06a33d27a8501e56c2 100644 (file)
@@ -2236,7 +2236,7 @@ static MagickBooleanType HorizontalFilter(const ResizeFilter *resize_filter,
                 pixel.index+=alpha*indexes[j];
               }
               resize_indexes[y]=(IndexPacket) ClampToQuantum(gamma*
-               GetIndexPixelComponent(&pixel));
+                GetIndexPixelComponent(&pixel));
             }
         }
       if ((resize_image->storage_class == PseudoClass) &&