summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/scrobbler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/scrobbler.c b/apps/scrobbler.c
index 1b19be7..d7eebee 100644
--- a/apps/scrobbler.c
+++ b/apps/scrobbler.c
@@ -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;
}