Browse Source

Cleanup

master
cancel 5 years ago
parent
commit
ef5119a3ae
  1. 3
      tui_main.c

3
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) {

Loading…
Cancel
Save