]> granicus.if.org Git - php/commitdiff
Fixed bug #28184 (C++ comments in GD library sources).
authorIlia Alshanetsky <iliaa@php.net>
Tue, 27 Apr 2004 14:59:07 +0000 (14:59 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Tue, 27 Apr 2004 14:59:07 +0000 (14:59 +0000)
ext/gd/libgd/gd.c

index 7cfcd64f90644a7113de95b726a508d2b066d8b8..ff3e60a7d4305e2887f092d4cdce898f280ade19 100644 (file)
@@ -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;