]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Fri, 16 Jan 2015 01:12:18 +0000 (01:12 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Fri, 16 Jan 2015 01:12:18 +0000 (01:12 +0000)
MagickCore/composite.c

index d205f4e95b537f40ab08d70e9ad5b639e195d644..1c1e9437a8bbe41a9b9f443dd0f64b1a1b8899f9 100644 (file)
@@ -958,7 +958,7 @@ if (0)
       value=GetImageArtifact(image,"compose:args");
       if (value != (char *) NULL)
         flags=ParseGeometry(value,&geometry_info);
-      if ((flags & (WidthValue|HeightValue)) == 0 )
+      if ((flags & (WidthValue | HeightValue)) == 0 )
         {
           if ((flags & AspectValue) == 0)
             {