diff options
author | Pierre Joye <pajoye@php.net> | 2010-04-28 08:04:52 +0000 |
---|---|---|
committer | Pierre Joye <pajoye@php.net> | 2010-04-28 08:04:52 +0000 |
commit | 27d922c49fe6d1d9b1e90f2022b87caff8889afd (patch) | |
tree | be3c0d0150a7e238a61422d411e71a998dc95262 | |
parent | 1b47fcfd337eefa6f6f19cf090ad2c8db27f8d81 (diff) | |
download | php-git-27d922c49fe6d1d9b1e90f2022b87caff8889afd.tar.gz |
- WS
-rw-r--r-- | ext/gd/libgd/gd.c | 4 |
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 { |