From 22ee67413580fd0f738b4c93c3cfc1d34f13cc35 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Wed, 25 Mar 2026 22:48:05 -0400 Subject: Update TODO, fix type of old_edbox (char[], not char*[]). --- src/edbox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/edbox.c') diff --git a/src/edbox.c b/src/edbox.c index 9c042e7..4043bf2 100644 --- a/src/edbox.c +++ b/src/edbox.c @@ -9,7 +9,7 @@ extern void __fastcall__ bell(void); -char *old_edbox[EDBOX_SIZE]; +char old_edbox[EDBOX_SIZE]; static char old_len; static char typeover; -- cgit v1.2.3