From: cristy Date: Fri, 16 Jan 2015 01:12:18 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~1433 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=48054f3dcda89dd0764c43571a95b41a7deeee6e;p=imagemagick --- diff --git a/MagickCore/composite.c b/MagickCore/composite.c index d205f4e95..1c1e9437a 100644 --- a/MagickCore/composite.c +++ b/MagickCore/composite.c @@ -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) {