summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2010-04-28 08:04:52 +0000
committerPierre Joye <pajoye@php.net>2010-04-28 08:04:52 +0000
commit27d922c49fe6d1d9b1e90f2022b87caff8889afd (patch)
treebe3c0d0150a7e238a61422d411e71a998dc95262
parent1b47fcfd337eefa6f6f19cf090ad2c8db27f8d81 (diff)
downloadphp-git-27d922c49fe6d1d9b1e90f2022b87caff8889afd.tar.gz
- WS
-rw-r--r--ext/gd/libgd/gd.c4
1 files 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 {