summaryrefslogtreecommitdiffstats
path: root/mbbsd/chess.c
diff options
context:
space:
mode:
authorwens <wens@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-06-12 22:59:04 +0800
committerwens <wens@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-06-12 22:59:04 +0800
commit1dc564bc0c0626e0491012c32b5e11c7e677a6f8 (patch)
tree81a745b1b6e427bd4ca53c378c943b660b19f955 /mbbsd/chess.c
parentfcd5c94f7170a7b0fd2622eac9bf13d07a09e530 (diff)
downloadpttbbs-1dc564bc0c0626e0491012c32b5e11c7e677a6f8.tar
pttbbs-1dc564bc0c0626e0491012c32b5e11c7e677a6f8.tar.gz
pttbbs-1dc564bc0c0626e0491012c32b5e11c7e677a6f8.tar.bz2
pttbbs-1dc564bc0c0626e0491012c32b5e11c7e677a6f8.tar.lz
pttbbs-1dc564bc0c0626e0491012c32b5e11c7e677a6f8.tar.xz
pttbbs-1dc564bc0c0626e0491012c32b5e11c7e677a6f8.tar.zst
pttbbs-1dc564bc0c0626e0491012c32b5e11c7e677a6f8.zip
Eliminate warnings
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4580 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/chess.c')
-rw-r--r--mbbsd/chess.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/chess.c b/mbbsd/chess.c
index 03475926..7c58b6a8 100644
--- a/mbbsd/chess.c
+++ b/mbbsd/chess.c
@@ -59,7 +59,7 @@ static const struct ChessReplayMap_t ChessReplayMap[] = {
{ "chc", 3, &chc_replay },
{ "go", 2, &gochess_replay },
{ "reversi",7, &reversi_replay },
- { NULL }
+ { NULL ,0, NULL }
};
static ChessInfo * CurrentPlayingGameInfo;