summaryrefslogtreecommitdiffstats
path: root/mbbsd/chess.c
diff options
context:
space:
mode:
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;