summaryrefslogtreecommitdiff
path: root/apps/plugins/vbrfix.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/vbrfix.c')
-rw-r--r--apps/plugins/vbrfix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/vbrfix.c b/apps/plugins/vbrfix.c
index 42353981a2..823e166b39 100644
--- a/apps/plugins/vbrfix.c
+++ b/apps/plugins/vbrfix.c
@@ -143,7 +143,7 @@ static bool vbr_fix(char *selected_file)
143 143
144 xingupdate(0); 144 xingupdate(0);
145 145
146 rc = rb->mp3info(&entry, selected_file, false); 146 rc = rb->mp3info(&entry, selected_file);
147 if(rc < 0) { 147 if(rc < 0) {
148 fileerror(rc); 148 fileerror(rc);
149 return true; 149 return true;