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:
parent
acc620bbda
commit
7b35cfe2ac
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user