mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Fix formatting cuesheet.c
Change-Id: I51edd5319882b2928b565c27615e20937399a1f9
This commit is contained in:
parent
2fb6b2b458
commit
7bec71368b
1 changed files with 1 additions and 1 deletions
|
@ -361,7 +361,7 @@ void browse_cuesheet(struct cuesheet *cue)
|
||||||
int action;
|
int action;
|
||||||
bool done = false;
|
bool done = false;
|
||||||
char title[MAX_PATH];
|
char title[MAX_PATH];
|
||||||
int len;
|
int len;
|
||||||
|
|
||||||
struct cuesheet_file cue_file;
|
struct cuesheet_file cue_file;
|
||||||
struct mp3entry *id3 = audio_current_track();
|
struct mp3entry *id3 = audio_current_track();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue