Fix the warning.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13509 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Nicolas Pennequin 2007-05-28 23:28:55 +00:00
parent 6579818b43
commit d696769a82

View file

@ -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);