summaryrefslogtreecommitdiffstats
path: root/mbbsd/stuff.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/stuff.c')
-rw-r--r--mbbsd/stuff.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/mbbsd/stuff.c b/mbbsd/stuff.c
index 9e7e1c5a..8e6bc461 100644
--- a/mbbsd/stuff.c
+++ b/mbbsd/stuff.c
@@ -596,16 +596,16 @@ printdash(char *mesg)
tail = head;
while (head++ < 38)
- outch('-');
+ outc('-');
if (tail) {
- outch(' ');
+ outc(' ');
outs(mesg);
- outch(' ');
+ outc(' ');
}
while (tail++ < 38)
- outch('-');
- outch('\n');
+ outc('-');
+ outc('\n');
}
int