summaryrefslogtreecommitdiff
path: root/apps/cuesheet.c
diff options
context:
space:
mode:
authorWilliam Wilgus <me.theuser@yahoo.com>2018-07-25 19:32:25 +0200
committerWilliam Wilgus <me.theuser@yahoo.com>2018-07-25 19:32:25 +0200
commit7bec71368b306657323d80585019bb7e2aa0888c (patch)
tree12c71a9723365e630a3d2bf70efb2935ffdf5158 /apps/cuesheet.c
parent2fb6b2b4588ec1e22ca1043eaa12695ade9d7bf9 (diff)
downloadrockbox-7bec71368b306657323d80585019bb7e2aa0888c.tar.gz
rockbox-7bec71368b306657323d80585019bb7e2aa0888c.zip
Fix formatting cuesheet.c
Change-Id: I51edd5319882b2928b565c27615e20937399a1f9
Diffstat (limited to 'apps/cuesheet.c')
-rw-r--r--apps/cuesheet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/cuesheet.c b/apps/cuesheet.c
index 708c6763b1..91b56b7f8a 100644
--- a/apps/cuesheet.c
+++ b/apps/cuesheet.c
@@ -361,7 +361,7 @@ void browse_cuesheet(struct cuesheet *cue)
361 int action; 361 int action;
362 bool done = false; 362 bool done = false;
363 char title[MAX_PATH]; 363 char title[MAX_PATH];
364 int len; 364 int len;
365 365
366 struct cuesheet_file cue_file; 366 struct cuesheet_file cue_file;
367 struct mp3entry *id3 = audio_current_track(); 367 struct mp3entry *id3 = audio_current_track();