summaryrefslogtreecommitdiffstats
path: root/mbbsd/friend.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/friend.c')
-rw-r--r--mbbsd/friend.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mbbsd/friend.c b/mbbsd/friend.c
index d772ad8c..4a3f636c 100644
--- a/mbbsd/friend.c
+++ b/mbbsd/friend.c
@@ -1,4 +1,4 @@
-/* $Id: friend.c,v 1.6 2002/06/04 13:08:33 in2 Exp $ */
+/* $Id: friend.c,v 1.7 2002/06/19 13:27:16 lwms Exp $ */
#include "bbs.h"
/* ------------------------------------- */
@@ -160,7 +160,7 @@ static void friend_append(int type, int count) {
for( ; i < 8 ; ++i )
if( i != type ){
++j;
- sprintf(buf, " (%d) %s ª©ªº %s\n", j, currboard,
+ sprintf(buf, " (%d) %s ªOªº %s\n", j, currboard,
friend_list[(int) i]);
outs(buf);
}