From 27d922c49fe6d1d9b1e90f2022b87caff8889afd Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Wed, 28 Apr 2010 08:04:52 +0000 Subject: [PATCH] - WS --- ext/gd/libgd/gd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 { -- 2.40.0