Index: operation.c =================================================================== --- operation.c (revision 13665) +++ operation.c (revision 13666) @@ -331,5 +331,5 @@ if (Reset && changed) pcb_undo_inc_serial(); - return (changed); + return changed; }