diff options
author | William Wilgus <me.theuser@yahoo.com> | 2018-07-25 19:32:25 +0200 |
---|---|---|
committer | William Wilgus <me.theuser@yahoo.com> | 2018-07-25 19:32:25 +0200 |
commit | 7bec71368b306657323d80585019bb7e2aa0888c (patch) | |
tree | 12c71a9723365e630a3d2bf70efb2935ffdf5158 /apps/cuesheet.c | |
parent | 2fb6b2b4588ec1e22ca1043eaa12695ade9d7bf9 (diff) |
Fix formatting cuesheet.c
Change-Id: I51edd5319882b2928b565c27615e20937399a1f9
Diffstat (limited to 'apps/cuesheet.c')
-rw-r--r-- | apps/cuesheet.c | 2 |
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) int action; bool done = false; char title[MAX_PATH]; - int len; + int len; struct cuesheet_file cue_file; struct mp3entry *id3 = audio_current_track(); |