summaryrefslogtreecommitdiffstats
path: root/mbbsd/stuff.c
diff options
context:
space:
mode:
authorvictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-05-30 11:29:47 +0800
committervictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-05-30 11:29:47 +0800
commitcbc07c65e3399ce8c1e3fbc6c5fe8cc3268f3d01 (patch)
tree8e450ee06ff8bb7d3a0458e4b2402f308fafffba /mbbsd/stuff.c
parentcc02fdac3ff52d3661380e40f1742a4af2203676 (diff)
downloadpttbbs-cbc07c65e3399ce8c1e3fbc6c5fe8cc3268f3d01.tar
pttbbs-cbc07c65e3399ce8c1e3fbc6c5fe8cc3268f3d01.tar.gz
pttbbs-cbc07c65e3399ce8c1e3fbc6c5fe8cc3268f3d01.tar.bz2
pttbbs-cbc07c65e3399ce8c1e3fbc6c5fe8cc3268f3d01.tar.lz
pttbbs-cbc07c65e3399ce8c1e3fbc6c5fe8cc3268f3d01.tar.xz
pttbbs-cbc07c65e3399ce8c1e3fbc6c5fe8cc3268f3d01.tar.zst
pttbbs-cbc07c65e3399ce8c1e3fbc6c5fe8cc3268f3d01.zip
rm showansi
git-svn-id: http://opensvn.csie.org/pttbbs/branches/victor.screen@2033 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
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