summaryrefslogtreecommitdiffstats
path: root/mbbsd/chat.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/chat.c')
-rw-r--r--mbbsd/chat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/chat.c b/mbbsd/chat.c
index 0d7192e9..b911b47c 100644
--- a/mbbsd/chat.c
+++ b/mbbsd/chat.c
@@ -322,7 +322,7 @@ t_chat()
cfd = socket(sin.sin_family, SOCK_STREAM, 0);
if (connect(cfd, (struct sockaddr *) & sin, sizeof sin) != 0) {
outs("\n "
- "哇! 沒人在那邊耶...要有那地方的人先去開門啦!...");
+ "哇! 沒人在那邊耶...要有那地方的人先去開門啦!...");
system("bin/xchatd");
pressanykey();
close(cfd);