Index: obj_line.h =================================================================== --- obj_line.h (revision 27650) +++ obj_line.h (revision 27651) @@ -40,9 +40,8 @@ }; /* crosshair: */ -typedef struct { /* current marked line */ - pcb_point_t Point1, /* start- and end-position */ - Point2; +typedef struct { /* current marked line */ + pcb_point_t Point1, Point2; /* start- and end-position */ long int State; pcb_bool draw; } pcb_attached_line_t;