summaryrefslogtreecommitdiff
path: root/apps/playlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/playlist.c')
-rw-r--r--apps/playlist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/playlist.c b/apps/playlist.c
index c511629944..31c8648147 100644
--- a/apps/playlist.c
+++ b/apps/playlist.c
@@ -42,8 +42,8 @@ static struct playlist_info playlist;
42#define QUEUE_FILE ROCKBOX_DIR "/.queue_file" 42#define QUEUE_FILE ROCKBOX_DIR "/.queue_file"
43#define PLAYLIST_BUFFER_SIZE (&mp3end - &mp3buf[0]) 43#define PLAYLIST_BUFFER_SIZE (&mp3end - &mp3buf[0])
44 44
45static unsigned char* playlist_buffer = mp3buf;
46extern unsigned char mp3buf[],mp3end; 45extern unsigned char mp3buf[],mp3end;
46static unsigned char* playlist_buffer = mp3buf;
47static int playlist_end_pos = 0; 47static int playlist_end_pos = 0;
48 48
49static char now_playing[MAX_PATH+1]; 49static char now_playing[MAX_PATH+1];