Remove superfluous \n from addid's commandError call.

git-svn-id: https://svn.musicpd.org/mpd/trunk@4208 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
J. Alexander Treuman 2006-05-20 20:07:15 +00:00
parent acc620bbda
commit 7b35cfe2ac

View File

@ -634,7 +634,7 @@ int addToPlaylist(FILE * fp, char * url, int printId) {
else {
commandError(fp, ACK_ERROR_NO_EXIST,
"\"%s\" is not in the music db or is "
"not a valid url\n", url);
"not a valid url", url);
return -1;
}