]> 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:04:24 +0000 (20:04 -0700)
ext/gd/libgd/gd_interpolation.c

index e3642125e919815cea493ce5c1a171860300f761..3d0b8cae1f8e09e4ef115758015953fd93215d00 100644 (file)
@@ -655,7 +655,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;
                }
 
@@ -2561,4 +2561,4 @@ int gdImageSetInterpolationMethod(gdImagePtr im, gdInterpolationMethod id)
 
 #ifdef _MSC_VER
 # pragma optimize("", on)
-#endif
\ No newline at end of file
+#endif