Fix the warning.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13509 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6579818b43
commit
d696769a82
1 changed files with 0 additions and 1 deletions
|
@ -274,7 +274,6 @@ void browse_cuesheet(struct cuesheet *cue)
|
|||
int sel;
|
||||
char title[MAX_PATH];
|
||||
char cuepath[MAX_PATH];
|
||||
char *dot;
|
||||
struct mp3entry *id3 = audio_current_track();
|
||||
|
||||
snprintf(title, MAX_PATH, "%s: %s", cue->performer, cue->title);
|
||||
|
|
Loading…
Reference in a new issue