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 21e1eed083..485601cd7e 100644
--- a/apps/playlist.c
+++ b/apps/playlist.c
@@ -2450,7 +2450,7 @@ bool playlist_check(int steps)
2450 2450
2451/* get trackname of track that is "steps" away from current playing track. 2451/* get trackname of track that is "steps" away from current playing track.
2452 NULL is used to identify end of playlist */ 2452 NULL is used to identify end of playlist */
2453char* playlist_peek(int steps) 2453const char* playlist_peek(int steps)
2454{ 2454{
2455 struct playlist_info* playlist = &current_playlist; 2455 struct playlist_info* playlist = &current_playlist;
2456 int seek; 2456 int seek;