Index: obj_rat.c =================================================================== --- obj_rat.c (revision 13664) +++ obj_rat.c (revision 13665) @@ -185,7 +185,7 @@ if (conf_core.editor.clear_line) conf_set_editor(clear_line, 1); if (!newone) - return (NULL); + return NULL; pcb_undo_add_obj_to_create(PCB_TYPE_LINE, ctx->move.dst_layer, newone, newone); if (PCB->RatOn) pcb_rat_invalidate_erase(Rat);