aboutsummaryrefslogtreecommitdiffstats
path: root/src/tag.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tag.c')
-rw-r--r--src/tag.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tag.c b/src/tag.c
index 9904ba29b..b4707d487 100644
--- a/src/tag.c
+++ b/src/tag.c
@@ -466,7 +466,7 @@ MpdTag *apeDup(char *file)
tagLen -= size;
}
- fail:
+fail:
if (fp)
fclose(fp);
if (buffer)