diff options
author | Antoine Cellerier <dionoea@videolan.org> | 2007-07-01 22:25:35 +0000 |
---|---|---|
committer | Antoine Cellerier <dionoea@videolan.org> | 2007-07-01 22:25:35 +0000 |
commit | 68ddbc0b787df3b68953cef1e54962c3398427f9 (patch) | |
tree | 7fbd39cc2889727b9ca669e15d0f6a77c7a5a53e /apps/plugins | |
parent | abf9232ceb6bab6909e79e59d18975f840568642 (diff) |
Oops.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13760 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins')
-rw-r--r-- | apps/plugins/reversi/reversi-gui.c | 4 |
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) { black_strategy = &strategy_human; reversi_gui_init(); -#ifdef (CONFIG_KEYPAD == IPOD_4G_PAD) || \ - (CONFIG_KEYPAD == IPOD_3G_PAD) +#if (CONFIG_KEYPAD == IPOD_4G_PAD) || \ + (CONFIG_KEYPAD == IPOD_3G_PAD) cursor_wrap_mode = WRAP_TORUS; #else cursor_wrap_mode = WRAP_FLAT; |