1
0
Fork 0
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:
Jeffrey Goode 2009-10-31 19:57:52 +00:00
parent 03c5cb6503
commit 5cbf4a5289

View file

@ -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;
}