aboutsummaryrefslogtreecommitdiff
path: root/src/tag.c
diff options
context:
space:
mode:
authorWarren Dukes <warren.dukes@gmail.com>2006-08-09 22:18:06 +0000
committerWarren Dukes <warren.dukes@gmail.com>2006-08-09 22:18:06 +0000
commit25346cb38cc65a3c756cb18166e45e4dff098dce (patch)
tree21ee386c6b55b8705112b4bf668cd02d014ffbe4 /src/tag.c
parentd7d7f0089a00f60c08e3df882f2564d03eadefde (diff)
labels should be on the left most column, no tabbing
git-svn-id: https://svn.musicpd.org/mpd/trunk@4605 09075e82-0dd4-0310-85a5-a0d7c8717e4f
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 9904ba29..b4707d48 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)