Fixed bug #28184 (C++ comments in GD library sources).

This commit is contained in:
Ilia Alshanetsky 2004-04-27 14:59:07 +00:00
parent 80fd6dcaa4
commit c527cc8708

View 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;