]> granicus.if.org Git - php/commitdiff
fix typo
authorStanislav Malyshev <stas@php.net>
Mon, 25 Mar 2013 03:03:57 +0000 (20:03 -0700)
committerStanislav Malyshev <stas@php.net>
Mon, 25 Mar 2013 03:03:57 +0000 (20:03 -0700)
ext/gd/libgd/gd_interpolation.c

index b840fbf7e8f74148c7cd48f2fb3a2ad846050e69..c88dc7251e9c030acca7b826bd350d1bb082777e 100644 (file)
@@ -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