summaryrefslogtreecommitdiffstats
path: root/mbbsd/edit.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/edit.c')
-rw-r--r--mbbsd/edit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/edit.c b/mbbsd/edit.c
index 6b8d900e..8f5a9cee 100644
--- a/mbbsd/edit.c
+++ b/mbbsd/edit.c
@@ -1139,7 +1139,7 @@ display_buffer()
if (inblock)
outs("\033[m");
} else
- outch('~');
+ outc('~');
}
edit_msg();
}