Commit 7b35cfe2 authored by J. Alexander Treuman's avatar J. Alexander Treuman

Remove superfluous \n from addid's commandError call.

git-svn-id: https://svn.musicpd.org/mpd/trunk@4208 09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent acc620bb
...@@ -634,7 +634,7 @@ int addToPlaylist(FILE * fp, char * url, int printId) { ...@@ -634,7 +634,7 @@ int addToPlaylist(FILE * fp, char * url, int printId) {
else { else {
commandError(fp, ACK_ERROR_NO_EXIST, commandError(fp, ACK_ERROR_NO_EXIST,
"\"%s\" is not in the music db or is " "\"%s\" is not in the music db or is "
"not a valid url\n", url); "not a valid url", url);
return -1; return -1;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment