mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
Wrong action code in the alarm menu
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10584 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
47c0bf6ac4
commit
d723e6e66d
1 changed files with 2 additions and 2 deletions
|
@ -138,7 +138,7 @@ bool alarm_screen(void)
|
||||||
|
|
||||||
/* dec(h) */
|
/* dec(h) */
|
||||||
case ACTION_STD_PREV:
|
case ACTION_STD_PREV:
|
||||||
case ACTION_STD_NEXTREPEAT:
|
case ACTION_STD_PREVREPEAT:
|
||||||
h = (h+23) % 24;
|
h = (h+23) % 24;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue