forked from len0rd/rockbox
fix typo in r26245 (I guess not many people use rtc_alarm with gigabeat f)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26635 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
8ef1c68430
commit
be8da842b8
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ void rtc_get_alarm(int *h, int *m)
|
|||
|
||||
/* turn alarm on or off by setting the alarm flag enable
|
||||
*/
|
||||
vodi rtc_enable_alarm(bool enable)
|
||||
void rtc_enable_alarm(bool enable)
|
||||
{
|
||||
if (enable)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue