summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/plugins/reversi/reversi-gui.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/reversi/reversi-gui.c b/apps/plugins/reversi/reversi-gui.c
index 18cf83c7ad..c23a6ba649 100644
--- a/apps/plugins/reversi/reversi-gui.c
+++ b/apps/plugins/reversi/reversi-gui.c
@@ -565,8 +565,8 @@ enum plugin_status plugin_start(struct plugin_api *api, void *parameter) {
565 black_strategy = &strategy_human; 565 black_strategy = &strategy_human;
566 566
567 reversi_gui_init(); 567 reversi_gui_init();
568#ifdef (CONFIG_KEYPAD == IPOD_4G_PAD) || \ 568#if (CONFIG_KEYPAD == IPOD_4G_PAD) || \
569 (CONFIG_KEYPAD == IPOD_3G_PAD) 569 (CONFIG_KEYPAD == IPOD_3G_PAD)
570 cursor_wrap_mode = WRAP_TORUS; 570 cursor_wrap_mode = WRAP_TORUS;
571#else 571#else
572 cursor_wrap_mode = WRAP_FLAT; 572 cursor_wrap_mode = WRAP_FLAT;