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
This commit is contained in:
Warren Dukes
2006-08-09 22:18:06 +00:00
parent d7d7f0089a
commit 25346cb38c
4 changed files with 5 additions and 4 deletions

View File

@@ -118,7 +118,7 @@ int newLocateTagItemArrayFromArgArray(char *argArray[],
return numArgs / 2;
fail:
fail:
for (j = 0; j < i; j++) {
free((*arrayRet)[j].needle);
}