From ef5119a3ae996a59bfef7dfb03a27809c7663e20 Mon Sep 17 00:00:00 2001 From: cancel Date: Fri, 24 Jan 2020 00:13:32 +0900 Subject: [PATCH] Cleanup --- tui_main.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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) {