From: cristy Date: Sat, 3 Nov 2012 19:53:37 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~4768 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=22c16d05be2c9b52248188b90960ede49a040d95;p=imagemagick --- diff --git a/MagickCore/quantum.c b/MagickCore/quantum.c index da705a70e..c0227c031 100644 --- a/MagickCore/quantum.c +++ b/MagickCore/quantum.c @@ -104,8 +104,7 @@ static void % */ -static inline size_t MagickMax(const size_t x, - const size_t y) +static inline size_t MagickMax(const size_t x,const size_t y) { if (x > y) return(x);