summaryrefslogtreecommitdiff
path: root/apps/scrobbler.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/scrobbler.c')
-rw-r--r--apps/scrobbler.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/scrobbler.c b/apps/scrobbler.c
index 83f546b59f..1b19be7eb5 100644
--- a/apps/scrobbler.c
+++ b/apps/scrobbler.c
@@ -25,7 +25,6 @@ http://www.audioscrobbler.net/wiki/Portable_Player_Logging
25 25
26#include "file.h" 26#include "file.h"
27#include "sprintf.h" 27#include "sprintf.h"
28#include "playback.h"
29#include "logf.h" 28#include "logf.h"
30#include "metadata.h" 29#include "metadata.h"
31#include "kernel.h" 30#include "kernel.h"
@@ -72,7 +71,7 @@ static unsigned long timestamp;
72 71
73/* Crude work-around for Archos Sims - return a set amount */ 72/* Crude work-around for Archos Sims - return a set amount */
74#if (CONFIG_CODEC != SWCODEC) && defined(SIMULATOR) 73#if (CONFIG_CODEC != SWCODEC) && defined(SIMULATOR)
75unsigned long audio_prev_elapsed(void) 74static unsigned long audio_prev_elapsed(void)
76{ 75{
77 return 120000; 76 return 120000;
78} 77}