summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2006-08-22 09:00:27 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2006-08-22 09:00:27 +0000
commitfe5e56c82171b49eb4d6f41b53ab46aa262fea04 (patch)
treed7b282ae55a05904a1e790736465e659ca6c979f /apps
parent1d1c59e19c687206d51afb03aa8bf6b36815d8a9 (diff)
downloadrockbox-fe5e56c82171b49eb4d6f41b53ab46aa262fea04.tar.gz
rockbox-fe5e56c82171b49eb4d6f41b53ab46aa262fea04.zip
woops, more infinite loops removed
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10691 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/keymaps/keymap-h1x0_h3x0.c4
-rw-r--r--apps/keymaps/keymap-player.c2
-rw-r--r--apps/keymaps/keymap-recorder.c2
3 files changed, 4 insertions, 4 deletions
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[] = {
251 { ACTION_STD_OK, BUTTON_RC_ON, BUTTON_NONE }, 251 { ACTION_STD_OK, BUTTON_RC_ON, BUTTON_NONE },
252 { ACTION_STD_OK, BUTTON_RC_MENU|BUTTON_REL, BUTTON_RC_MENU }, 252 { ACTION_STD_OK, BUTTON_RC_MENU|BUTTON_REL, BUTTON_RC_MENU },
253 253
254 LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_STD) 254 LAST_ITEM_IN_LIST
255}; /* button_context_standard_h100lcdremote */ 255}; /* button_context_standard_h100lcdremote */
256 256
257const struct button_mapping button_context_standard_h300lcdremote[] = { 257const struct button_mapping button_context_standard_h300lcdremote[] = {
@@ -268,7 +268,7 @@ const struct button_mapping button_context_standard_h300lcdremote[] = {
268 { ACTION_STD_OK, BUTTON_RC_MENU|BUTTON_REL, BUTTON_RC_MENU }, 268 { ACTION_STD_OK, BUTTON_RC_MENU|BUTTON_REL, BUTTON_RC_MENU },
269 { ACTION_STD_OK, BUTTON_RC_FF, BUTTON_NONE }, 269 { ACTION_STD_OK, BUTTON_RC_FF, BUTTON_NONE },
270 270
271 LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_STD) 271 LAST_ITEM_IN_LIST
272 272
273}; 273};
274 274
diff --git a/apps/keymaps/keymap-player.c b/apps/keymaps/keymap-player.c
index a3165b2498..7fadf931d4 100644
--- a/apps/keymaps/keymap-player.c
+++ b/apps/keymaps/keymap-player.c
@@ -94,7 +94,7 @@ static const struct button_mapping remote_button_context_standard[] = {
94 { ACTION_STD_CANCEL, BUTTON_RC_STOP, BUTTON_NONE }, 94 { ACTION_STD_CANCEL, BUTTON_RC_STOP, BUTTON_NONE },
95 { ACTION_STD_OK, BUTTON_RC_PLAY, BUTTON_NONE }, 95 { ACTION_STD_OK, BUTTON_RC_PLAY, BUTTON_NONE },
96 96
97 LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_STD) 97 LAST_ITEM_IN_LIST
98}; 98};
99 99
100static const struct button_mapping remote_button_context_wps[] = { 100static const struct button_mapping remote_button_context_wps[] = {
diff --git a/apps/keymaps/keymap-recorder.c b/apps/keymaps/keymap-recorder.c
index 6fe59a819d..01a6a0df11 100644
--- a/apps/keymaps/keymap-recorder.c
+++ b/apps/keymaps/keymap-recorder.c
@@ -171,7 +171,7 @@ static const struct button_mapping remote_button_context_standard[] = {
171 { ACTION_STD_CANCEL, BUTTON_RC_STOP, BUTTON_NONE }, 171 { ACTION_STD_CANCEL, BUTTON_RC_STOP, BUTTON_NONE },
172 { ACTION_STD_OK, BUTTON_RC_PLAY, BUTTON_NONE }, 172 { ACTION_STD_OK, BUTTON_RC_PLAY, BUTTON_NONE },
173 173
174 LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_STD) 174 LAST_ITEM_IN_LIST
175}; 175};
176 176
177static const struct button_mapping remote_button_context_wps[] = { 177static const struct button_mapping remote_button_context_wps[] = {