]> granicus.if.org Git - imagemagick/commitdiff
...
authorCristy <urban-warrior@imagemagick.org>
Sat, 20 Jan 2018 20:35:03 +0000 (15:35 -0500)
committerCristy <urban-warrior@imagemagick.org>
Sat, 20 Jan 2018 20:35:03 +0000 (15:35 -0500)
MagickCore/quantize.c

index ff974c719b2b05b37bfde8e2f510c5e054b7bc9d..ca27477176da537790ec0abde88b5cbb2c4534e9 100644 (file)
@@ -511,7 +511,7 @@ static MagickBooleanType AssignImageColors(Image *image,CubeInfo *cube_info,
       (void) TransformImageColorspace(image,sRGBColorspace,exception);
   if (AcquireImageColormap(image,cube_info->colors,exception) == MagickFalse)
     ThrowBinaryException(ResourceLimitError,"MemoryAllocationFailed",
-      image->filename);;
+      image->filename);
   image->colors=0;
   cube_info->transparent_pixels=0;
   cube_info->transparent_index=(-1);