Index: export_openscad.c =================================================================== --- export_openscad.c (revision 31036) +++ export_openscad.c (revision 31037) @@ -629,7 +629,7 @@ /* iterate over all islands of a polygon */ for(pa = pcb_poly_island_first(polygon, &it); pa != NULL; pa = pcb_poly_island_next(&it)) { rnd_coord_t x, y; - pcb_pline_t *pl; + rnd_pline_t *pl; int go; /* check if we have a contour for the given island */