forked from len0rd/rockbox
Fix yellow, again
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23447 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
03c5cb6503
commit
5cbf4a5289
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ static unsigned long timestamp;
|
|||
|
||||
/* Crude work-around for Archos Sims - return a set amount */
|
||||
#if (CONFIG_CODEC != SWCODEC) && defined(SIMULATOR)
|
||||
static unsigned long audio_prev_elapsed(void)
|
||||
unsigned long audio_prev_elapsed(void)
|
||||
{
|
||||
return 120000;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue