mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Fix case in the constant
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21217 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
995f64c227
commit
5ba9fe0fc3
1 changed files with 2 additions and 2 deletions
|
@ -2137,7 +2137,7 @@ int settings_menu(void)
|
|||
*/
|
||||
enum {
|
||||
#if PF_PLAYBACK_CAPABLE
|
||||
PF_MENU_PLAYBACK_CONTROl,
|
||||
PF_MENU_PLAYBACK_CONTROL,
|
||||
#endif
|
||||
PF_MENU_SETTINGS,
|
||||
PF_MENU_RETURN,
|
||||
|
@ -2161,7 +2161,7 @@ int main_menu(void)
|
|||
while (1) {
|
||||
switch (rb->do_menu(&main_menu,&selection, NULL, false)) {
|
||||
#if PF_PLAYBACK_CAPABLE
|
||||
case PF_MENU_PLAYBACK_CONTROl: /* Playback Control */
|
||||
case PF_MENU_PLAYBACK_CONTROL: /* Playback Control */
|
||||
playback_control(NULL);
|
||||
break;
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue