From 2a8dfd65b98e6dfe946b6d12b9660c739d29e31b Mon Sep 17 00:00:00 2001 From: Martin Scarratt Date: Sun, 20 Aug 2006 21:53:37 +0000 Subject: Just some comment editing git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10667 a1c6a512-1295-4272-9138-f99709370657 --- apps/keymaps/keymap-h1x0_h3x0.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 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 969bb9c46b..d7096cb5c0 100644 --- a/apps/keymaps/keymap-h1x0_h3x0.c +++ b/apps/keymaps/keymap-h1x0_h3x0.c @@ -395,7 +395,7 @@ const struct button_mapping button_context_settingsgraphical_h100remote[] = { { ACTION_STD_NEXTREPEAT, BUTTON_RC_BITRATE|BUTTON_REPEAT, BUTTON_NONE }, LAST_ITEM_IN_LIST -}; /* button_context_recscreen_h100remote*/ +}; /* button_context_settingsgraphical_h100remote */ const struct button_mapping button_context_settingsgraphical_h300lcdremote[] = { { ACTION_SETTINGS_INC, BUTTON_RC_FF, BUTTON_NONE }, @@ -408,7 +408,7 @@ const struct button_mapping button_context_settingsgraphical_h300lcdremote[] = { ACTION_STD_NEXTREPEAT, BUTTON_RC_VOL_DOWN|BUTTON_REPEAT, BUTTON_NONE }, LAST_ITEM_IN_LIST -}; /* button_context_recscreen_h300lcdremote */ +}; /* button_context_settingsgraphical_h300remote */ const struct button_mapping button_context_yesno_h100remote[] = { { ACTION_YESNO_ACCEPT, BUTTON_RC_MENU, BUTTON_NONE }, @@ -498,7 +498,7 @@ const struct button_mapping button_context_recscreen_h100remote[] = { { ACTION_SETTINGS_DEC, BUTTON_RC_SOURCE|BUTTON_REPEAT, BUTTON_NONE }, LAST_ITEM_IN_LIST -}; +}; /* button_context_recscreen_h100remote */ const struct button_mapping button_context_recscreen_h300lcdremote[] = { { ACTION_REC_LCD, BUTTON_RC_SOURCE, BUTTON_NONE }, @@ -510,7 +510,7 @@ const struct button_mapping button_context_recscreen_h300lcdremote[] = { { ACTION_SETTINGS_DEC, BUTTON_RC_REW|BUTTON_REPEAT, BUTTON_NONE }, LAST_ITEM_IN_LIST -}; +}; /* button_context_recscreen_h300lcdremote */ /* the actual used tables */ -- cgit v1.2.3