summaryrefslogtreecommitdiff
path: root/apps/plugins/reversi/reversi-strategy.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/reversi/reversi-strategy.c')
-rw-r--r--apps/plugins/reversi/reversi-strategy.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/reversi/reversi-strategy.c b/apps/plugins/reversi/reversi-strategy.c
index 9adcbb661f..3f8ef45eaa 100644
--- a/apps/plugins/reversi/reversi-strategy.c
+++ b/apps/plugins/reversi/reversi-strategy.c
@@ -23,5 +23,6 @@
23/* Strategy that requires interaction with the user */ 23/* Strategy that requires interaction with the user */
24const game_strategy_t strategy_human = { 24const game_strategy_t strategy_human = {
25 false, 25 false,
26 NULL,
26 NULL 27 NULL
27}; 28};