From: Pierre Joye Date: Wed, 28 Apr 2010 08:04:52 +0000 (+0000) Subject: - WS X-Git-Tag: php-5.3.3RC1~248 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eaab2fbc4b8bf6f42acb1c2bfaf8f9337f9b88c2;p=php - WS --- diff --git a/ext/gd/libgd/gd.c b/ext/gd/libgd/gd.c index e4e2e0f1ab..b9cde26296 100644 --- a/ext/gd/libgd/gd.c +++ b/ext/gd/libgd/gd.c @@ -1889,8 +1889,8 @@ void gdImageFill(gdImagePtr im, int x, int y, int nc) } /* Do not use the 4 neighbors implementation with - * small images - */ + * small images + */ if (im->sx < 4) { int ix = x, iy = y, c; do {