diff --git a/tui_main.c b/tui_main.c index 0e01094..44336a7 100644 --- a/tui_main.c +++ b/tui_main.c @@ -307,8 +307,7 @@ typedef struct Undo_node { typedef struct { Undo_node *first, *last; - Usz count; - Usz limit; + Usz count, limit; } Undo_history; void undo_history_init(Undo_history *hist, Usz limit) {