summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Cellerier <dionoea@videolan.org>2007-07-01 22:25:35 +0000
committerAntoine Cellerier <dionoea@videolan.org>2007-07-01 22:25:35 +0000
commit68ddbc0b787df3b68953cef1e54962c3398427f9 (patch)
tree7fbd39cc2889727b9ca669e15d0f6a77c7a5a53e
parentabf9232ceb6bab6909e79e59d18975f840568642 (diff)
downloadrockbox-68ddbc0b787df3b68953cef1e54962c3398427f9.tar.gz
rockbox-68ddbc0b787df3b68953cef1e54962c3398427f9.zip
Oops.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13760 a1c6a512-1295-4272-9138-f99709370657
-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;