summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2013-03-24 20:03:57 -0700
committerStanislav Malyshev <stas@php.net>2013-03-24 20:03:57 -0700
commit504ef64c7b7c716841f65b5e7415378b2b27526a (patch)
tree30b38704d73320db5015c5e154cb9b81d7cf5803
parent7c0bdb9a4ff80ec3023be3a0c6c2a4df90c42036 (diff)
downloadphp-git-504ef64c7b7c716841f65b5e7415378b2b27526a.tar.gz
fix typo
-rw-r--r--ext/gd/libgd/gd_interpolation.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/gd/libgd/gd_interpolation.c b/ext/gd/libgd/gd_interpolation.c
index b840fbf7e8..c88dc7251e 100644
--- a/ext/gd/libgd/gd_interpolation.c
+++ b/ext/gd/libgd/gd_interpolation.c
@@ -642,7 +642,7 @@ static inline int getPixelOverflowTC(gdImagePtr im, const int x, const int y, co
register int border;
if (y < im->cy1) {
-3 border = im->tpixels[0][im->cx1];
+ border = im->tpixels[0][im->cx1];
goto processborder;
}
@@ -2546,4 +2546,4 @@ int gdImageSetInterpolationMethod(gdImagePtr im, gdInterpolationMethod id)
#ifdef _MSC_VER
# pragma optimize("", on)
-#endif \ No newline at end of file
+#endif