1
0
Fork 0
forked from len0rd/rockbox

fix compiler warnings

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5800 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Christi Scarborough 2005-02-05 20:14:57 +00:00
parent eeed057b8b
commit 39eb73060b

View file

@ -434,9 +434,11 @@ static bool ask_resume(bool ask_once)
default_event_handler(SYS_USB_CONNECTED);
return false;
}
#ifdef HAVE_ALARM_MOD
if ( rtc_check_alarm_started(true) )
return true;
#endif
/* always resume? */
if ( global_settings.resume == RESUME_ON)