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

@ -510,7 +510,7 @@ void readAudioDevicesState(FILE *fp)
}
}
continue;
errline:
errline:
/* nonfatal */
ERROR("invalid line in state_file: %s\n", buffer);
}

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);
}

View File

@ -466,7 +466,7 @@ MpdTag *apeDup(char *file)
tagLen -= size;
}
fail:
fail:
if (fp)
fclose(fp);
if (buffer)

View File

@ -305,7 +305,8 @@ static int prep_alsa_get_level(long *level)
goto error;
}
return 0;
error:
error:
WARNING("problems getting alsa volume: %s (snd_mixer_%s)\n",
snd_strerror(err), cmd);
closeAlsaMixer();