From: Ilia Alshanetsky Date: Tue, 27 Apr 2004 14:59:07 +0000 (+0000) Subject: Fixed bug #28184 (C++ comments in GD library sources). X-Git-Tag: RELEASE_0_1~360 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c527cc8708a7981f22628bd9ffe89184000f88b4;p=php Fixed bug #28184 (C++ comments in GD library sources). --- diff --git a/ext/gd/libgd/gd.c b/ext/gd/libgd/gd.c index 7cfcd64f90..ff3e60a7d4 100644 --- a/ext/gd/libgd/gd.c +++ b/ext/gd/libgd/gd.c @@ -1873,7 +1873,7 @@ void gdImageFill(gdImagePtr im, int x, int y, int nc) int oc; /* old pixel value */ int wx2,wy2; /* stack of filled segments */ - //struct seg stack[FILL_MAX],*sp = stack;; + /* struct seg stack[FILL_MAX],*sp = stack;; */ struct seg *stack; struct seg *sp;