aboutsummaryrefslogtreecommitdiffstats
path: root/src/dbUtils.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/dbUtils.c
parentd7d7f0089a00f60c08e3df882f2564d03eadefde (diff)
downloadmpd-25346cb38cc65a3c756cb18166e45e4dff098dce.tar.gz
mpd-25346cb38cc65a3c756cb18166e45e4dff098dce.tar.xz
mpd-25346cb38cc65a3c756cb18166e45e4dff098dce.zip
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/dbUtils.c')
-rw-r--r--src/dbUtils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dbUtils.c b/src/dbUtils.c
index f23d7c1b8..212ea83d2 100644
--- a/src/dbUtils.c
+++ b/src/dbUtils.c
@@ -118,7 +118,7 @@ int newLocateTagItemArrayFromArgArray(char *argArray[],
return numArgs / 2;
- fail:
+fail:
for (j = 0; j < i; j++) {
free((*arrayRet)[j].needle);
}