summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/mpeg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/mpeg.c b/apps/mpeg.c
index 4fbc40f..b3e79aa 100644
--- a/apps/mpeg.c
+++ b/apps/mpeg.c
@@ -2172,7 +2172,7 @@ struct mp3entry* audio_current_track(void)
checked_for_cuesheet = true; /* only check once per track */
struct cuesheet_file cue_file;
- if (look_for_cuesheet_file(id3, &cue_file)) &&
+ if (look_for_cuesheet_file(id3, &cue_file) &&
parse_cuesheet(&cue_file, curr_cuesheet))
{
id3->cuesheet = curr_cuesheet;