summaryrefslogtreecommitdiffstats
path: root/mbbsd
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-04-03 23:56:38 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-04-03 23:56:38 +0800
commite0476faaba8a335da4b7eb2a22fdf87d2354185c (patch)
treec8a1939622427ed66459159edd065c68ac217deb /mbbsd
parent740fab325a698120c5847e27662cccc87ec0d3aa (diff)
downloadpttbbs-e0476faaba8a335da4b7eb2a22fdf87d2354185c.tar
pttbbs-e0476faaba8a335da4b7eb2a22fdf87d2354185c.tar.gz
pttbbs-e0476faaba8a335da4b7eb2a22fdf87d2354185c.tar.bz2
pttbbs-e0476faaba8a335da4b7eb2a22fdf87d2354185c.tar.lz
pttbbs-e0476faaba8a335da4b7eb2a22fdf87d2354185c.tar.xz
pttbbs-e0476faaba8a335da4b7eb2a22fdf87d2354185c.tar.zst
pttbbs-e0476faaba8a335da4b7eb2a22fdf87d2354185c.zip
- fix typo
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4076 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd')
-rw-r--r--mbbsd/gomo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/gomo.c b/mbbsd/gomo.c
index ec992361..b18fe5d0 100644
--- a/mbbsd/gomo.c
+++ b/mbbsd/gomo.c
@@ -408,7 +408,7 @@ gomo_gameend(ChessInfo* info, ChessGameResult result)
currutmp->five_tie++;
}
- gomo_usr_put(&cuser, user1);
+ gomoku_usr_put(&cuser, user1);
passwd_update(usernum, &cuser);
} else if (info->mode == CHESS_MODE_REPLAY) {