Fix formatting cuesheet.c

Change-Id: I51edd5319882b2928b565c27615e20937399a1f9
This commit is contained in:
William Wilgus 2018-07-25 19:32:25 +02:00
parent 2fb6b2b458
commit 7bec71368b

View file

@ -361,7 +361,7 @@ void browse_cuesheet(struct cuesheet *cue)
int action;
bool done = false;
char title[MAX_PATH];
int len;
int len;
struct cuesheet_file cue_file;
struct mp3entry *id3 = audio_current_track();