From fe5e56c82171b49eb4d6f41b53ab46aa262fea04 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Tue, 22 Aug 2006 09:00:27 +0000 Subject: woops, more infinite loops removed git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10691 a1c6a512-1295-4272-9138-f99709370657 --- apps/keymaps/keymap-h1x0_h3x0.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/keymaps/keymap-h1x0_h3x0.c') diff --git a/apps/keymaps/keymap-h1x0_h3x0.c b/apps/keymaps/keymap-h1x0_h3x0.c index ff87bff7d3..9eebdf25c1 100644 --- a/apps/keymaps/keymap-h1x0_h3x0.c +++ b/apps/keymaps/keymap-h1x0_h3x0.c @@ -251,7 +251,7 @@ const struct button_mapping button_context_standard_h100remote[] = { { ACTION_STD_OK, BUTTON_RC_ON, BUTTON_NONE }, { ACTION_STD_OK, BUTTON_RC_MENU|BUTTON_REL, BUTTON_RC_MENU }, - LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_STD) + LAST_ITEM_IN_LIST }; /* button_context_standard_h100lcdremote */ const struct button_mapping button_context_standard_h300lcdremote[] = { @@ -268,7 +268,7 @@ const struct button_mapping button_context_standard_h300lcdremote[] = { { ACTION_STD_OK, BUTTON_RC_MENU|BUTTON_REL, BUTTON_RC_MENU }, { ACTION_STD_OK, BUTTON_RC_FF, BUTTON_NONE }, - LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_STD) + LAST_ITEM_IN_LIST }; -- cgit v1.2.3