diff options
author | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-07-21 17:26:02 +0800 |
---|---|---|
committer | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-07-21 17:26:02 +0800 |
commit | e9a7b75babb76e1a3341161bcb6e80f3753b83c7 (patch) | |
tree | 04debdc816cd5405bba70904a1eea16ca6fca663 /mbbsd/chc_play.c | |
parent | 1428a82d1644166fdaa5285c67f236ac02687818 (diff) | |
download | pttbbs-e9a7b75babb76e1a3341161bcb6e80f3753b83c7.tar pttbbs-e9a7b75babb76e1a3341161bcb6e80f3753b83c7.tar.gz pttbbs-e9a7b75babb76e1a3341161bcb6e80f3753b83c7.tar.bz2 pttbbs-e9a7b75babb76e1a3341161bcb6e80f3753b83c7.tar.lz pttbbs-e9a7b75babb76e1a3341161bcb6e80f3753b83c7.tar.xz pttbbs-e9a7b75babb76e1a3341161bcb6e80f3753b83c7.tar.zst pttbbs-e9a7b75babb76e1a3341161bcb6e80f3753b83c7.zip |
indent -i4
fix indent's word error
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@429 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/chc_play.c')
-rw-r--r-- | mbbsd/chc_play.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/mbbsd/chc_play.c b/mbbsd/chc_play.c index 53c0ceff..74a9aadb 100644 --- a/mbbsd/chc_play.c +++ b/mbbsd/chc_play.c @@ -1,4 +1,4 @@ -/* $Id: chc_play.c,v 1.5 2002/07/21 08:18:41 in2 Exp $ */ +/* $Id: chc_play.c,v 1.6 2002/07/21 09:26:02 in2 Exp $ */ #include "bbs.h" typedef int (*play_func_t) (int, board_t, board_t); @@ -13,7 +13,7 @@ static int chc_ipass = 0, chc_hepass = 0; #define MYWIN_ROW 17 #define HISWIN_ROW 18 -static int +static int hisplay(int s, board_t board, board_t tmpbrd) { int start_time; @@ -74,7 +74,7 @@ hisplay(int s, board_t board, board_t tmpbrd) return endgame; } -static int +static int myplay(int s, board_t board, board_t tmpbrd) { int ch, start_time; @@ -177,7 +177,7 @@ myplay(int s, board_t board, board_t tmpbrd) return endgame; } -static void +static void mainloop(int s, board_t board) { int endgame; @@ -215,7 +215,7 @@ mainloop(int s, board_t board) oflush(); } -static void +static void chc_init(int s, board_t board) { userinfo_t *my = currutmp; @@ -252,7 +252,7 @@ chc_init(int s, board_t board) chc_redraw(board); } -void +void chc(int s) { board_t board; |