Index: insert.c =================================================================== --- insert.c (revision 13665) +++ insert.c (revision 13666) @@ -75,7 +75,7 @@ ptr = pcb_object_operation(&InsertFunctions, &ctx, Type, Ptr1, Ptr2, Ptr3); if (ptr != NULL) pcb_undo_inc_serial(); - return (ptr); + return ptr; } pcb_point_t *pcb_adjust_insert_point(void)