mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
tsk...commas and semi colons!
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11026 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
4598feec49
commit
50185441db
1 changed files with 3 additions and 3 deletions
|
|
@ -742,7 +742,7 @@ static void remap_remote(void)
|
|||
remote_btn_ctxt_recscreen
|
||||
= button_context_recscreen_h100remote,
|
||||
remote_btn_ctxt_keyboard
|
||||
= button_context_keyboard_h100remote;
|
||||
= button_context_keyboard_h100remote,
|
||||
remote_btn_ctxt_radio
|
||||
= button_context_radio_h100remote;
|
||||
break;
|
||||
|
|
@ -768,7 +768,7 @@ static void remap_remote(void)
|
|||
remote_btn_ctxt_recscreen
|
||||
= button_context_recscreen_h300lcdremote,
|
||||
remote_btn_ctxt_keyboard
|
||||
= button_context_keyboard_h300lcdremote;
|
||||
= button_context_keyboard_h300lcdremote,
|
||||
remote_btn_ctxt_radio
|
||||
= button_context_radio_h300lcdremote;
|
||||
break;
|
||||
|
|
@ -794,7 +794,7 @@ static void remap_remote(void)
|
|||
remote_btn_ctxt_recscreen
|
||||
= button_context_recscreen_h300lcdremote,
|
||||
remote_btn_ctxt_keyboard
|
||||
= button_context_keyboard_h300lcdremote;
|
||||
= button_context_keyboard_h300lcdremote,
|
||||
remote_btn_ctxt_radio
|
||||
= button_context_radio_h300lcdremote;
|
||||
#if 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue