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

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