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:
Linus Nielsen Feltzing 2006-08-15 12:49:22 +00:00
parent 47c0bf6ac4
commit d723e6e66d

View file

@ -138,11 +138,11 @@ bool alarm_screen(void)
/* dec(h) */
case ACTION_STD_PREV:
case ACTION_STD_NEXTREPEAT:
case ACTION_STD_PREVREPEAT:
h = (h+23) % 24;
break;
case ACTION_STD_CANCEL:
case ACTION_STD_CANCEL:
rtc_enable_alarm(false);
gui_syncsplash(HZ*2, true, str(LANG_ALARM_MOD_DISABLE));
done = true;