From: Pierre Joye Date: Wed, 28 Apr 2010 08:04:52 +0000 (+0000) Subject: - WS X-Git-Tag: php-5.2.14RC1~42 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=da97b79aa692fa63940943fd85ede05389f8d187;p=php - WS --- diff --git a/ext/gd/libgd/gd.c b/ext/gd/libgd/gd.c index b3fde7da7c..9432f52913 100644 --- a/ext/gd/libgd/gd.c +++ b/ext/gd/libgd/gd.c @@ -1982,8 +1982,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 {