summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/scrobbler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/scrobbler.c b/apps/scrobbler.c
index 1b19be7eb5..d7eebeee72 100644
--- a/apps/scrobbler.c
+++ b/apps/scrobbler.c
@@ -71,7 +71,7 @@ static unsigned long timestamp;
71 71
72/* Crude work-around for Archos Sims - return a set amount */ 72/* Crude work-around for Archos Sims - return a set amount */
73#if (CONFIG_CODEC != SWCODEC) && defined(SIMULATOR) 73#if (CONFIG_CODEC != SWCODEC) && defined(SIMULATOR)
74static unsigned long audio_prev_elapsed(void) 74unsigned long audio_prev_elapsed(void)
75{ 75{
76 return 120000; 76 return 120000;
77} 77}