1
0
Fork 0
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:
Robert Kukla 2010-06-06 17:37:13 +00:00
parent 8ef1c68430
commit be8da842b8

View file

@ -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)
{