aboutsummaryrefslogtreecommitdiff
path: root/src/edbox.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/edbox.c')
-rw-r--r--src/edbox.c2
1 files changed, 1 insertions, 1 deletions
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;