forked from len0rd/rockbox
Fix warnings...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11025 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a982365711
commit
4598feec49
2 changed files with 2 additions and 2 deletions
|
|
@ -693,7 +693,7 @@ static const struct button_mapping
|
|||
*remote_btn_ctxt_quickscreen = 0,
|
||||
*remote_btn_ctxt_pitchscreen = 0,
|
||||
*remote_btn_ctxt_recscreen = 0,
|
||||
*remote_btn_ctxt_keyboard = 0;
|
||||
*remote_btn_ctxt_keyboard = 0,
|
||||
*remote_btn_ctxt_radio = 0;
|
||||
|
||||
static int _remote_type = -1; /*safe value, forces the first press to init the mappings */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue