summaryrefslogtreecommitdiff
path: root/apps/plugins/puzzles
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/puzzles')
-rw-r--r--apps/plugins/puzzles/rockbox.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugins/puzzles/rockbox.c b/apps/plugins/puzzles/rockbox.c
index 10c8efc22b..62ed3e9479 100644
--- a/apps/plugins/puzzles/rockbox.c
+++ b/apps/plugins/puzzles/rockbox.c
@@ -1688,7 +1688,8 @@ static int process_input(int tmo)
1688 * are pressed */ 1688 * are pressed */
1689 if(strcmp("Inertia", midend_which_game(me)->name) == 0 || 1689 if(strcmp("Inertia", midend_which_game(me)->name) == 0 ||
1690 strcmp("Mines", midend_which_game(me)->name) == 0 || 1690 strcmp("Mines", midend_which_game(me)->name) == 0 ||
1691 strcmp("Magnets", midend_which_game(me)->name) == 0 ) 1691 strcmp("Magnets", midend_which_game(me)->name) == 0 ||
1692 strcmp("Map", midend_which_game(me)->name) == 0)
1692 { 1693 {
1693 LOGF("received button 0x%08x", button); 1694 LOGF("received button 0x%08x", button);
1694 1695