From: Dirk Lemstra Date: Sun, 18 Feb 2018 17:53:31 +0000 (+0100) Subject: Whitespace X-Git-Tag: 7.0.7-23~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=43da4b17549c7588d324f6343414636f0d34a916;p=imagemagick Whitespace --- diff --git a/MagickCore/draw.c b/MagickCore/draw.c index f5a1b530b..9fa3e1dff 100644 --- a/MagickCore/draw.c +++ b/MagickCore/draw.c @@ -4170,7 +4170,8 @@ RestoreMSCWarning continue; start_x=(ssize_t) ceil(bounds.x1-0.5); stop_x=(ssize_t) floor(bounds.x2+0.5); - q=GetCacheViewAuthenticPixels(image_view,start_x,y,(size_t) (stop_x-start_x+ 1),1,exception); + q=GetCacheViewAuthenticPixels(image_view,start_x,y,(size_t) (stop_x-start_x+ + 1),1,exception); if (q == (Quantum *) NULL) { status=MagickFalse;