Index: src/obj_poly.c =================================================================== --- src/obj_poly.c (revision 34607) +++ src/obj_poly.c (revision 34608) @@ -137,7 +137,7 @@ void pcb_poly_point_prealloc(pcb_poly_t *Polygon, long num_pt) { - return pcb_poly_point_prealloc_(Polygon, num_pt, 0); + pcb_poly_point_prealloc_(Polygon, num_pt, 0); } /* gets the next slot for a point in a polygon struct, allocates memory if necessary */