}
static void dot_polygon(char **sbuff, int *len, int *len_max, int np, float *xp, float *yp, real line_width,
- int fill, int close, char *cstring){
+ int fill, char *cstring){
int i;
int ret = 0;
size_t len_swidth = 0;
/*river*/
} else {
}
- dot_polygon(sbuff, len, len_max, np, xp, yp, line_width, fill, close, cstring);
+ dot_polygon(sbuff, len, len_max, np, xp, yp, line_width, fill, cstring);
} else {
- dot_polygon(sbuff, len, len_max, np, xp, yp, line_width, fill, close, cstring);
+ dot_polygon(sbuff, len, len_max, np, xp, yp, line_width, fill, cstring);
}
}