summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/cuesheet.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/cuesheet.c b/apps/cuesheet.c
index ce7714fa44..320356c62c 100644
--- a/apps/cuesheet.c
+++ b/apps/cuesheet.c
@@ -274,7 +274,6 @@ void browse_cuesheet(struct cuesheet *cue)
274 int sel; 274 int sel;
275 char title[MAX_PATH]; 275 char title[MAX_PATH];
276 char cuepath[MAX_PATH]; 276 char cuepath[MAX_PATH];
277 char *dot;
278 struct mp3entry *id3 = audio_current_track(); 277 struct mp3entry *id3 = audio_current_track();
279 278
280 snprintf(title, MAX_PATH, "%s: %s", cue->performer, cue->title); 279 snprintf(title, MAX_PATH, "%s: %s", cue->performer, cue->title);