aboutsummaryrefslogtreecommitdiff
path: root/src/inputStream_http.c
diff options
context:
space:
mode:
authorJ. Alexander Treuman <jat@spatialrift.net>2007-06-02 16:48:54 +0000
committerJ. Alexander Treuman <jat@spatialrift.net>2007-06-02 16:48:54 +0000
commit7b07a45dc48371a0ec3ebb7297e339051e1aa5e2 (patch)
treee8deca563d8570b1d5b437305fc0f351dfa93bf6 /src/inputStream_http.c
parentdd83898064895aa4f23a6bf10ab6bbc28b4c1273 (diff)
Someone forgot a space in the "Icy-Metadata: 1" HTTP header.
git-svn-id: https://svn.musicpd.org/mpd/trunk@6452 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/inputStream_http.c')
-rw-r--r--src/inputStream_http.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inputStream_http.c b/src/inputStream_http.c
index 3f18575d..7909ed89 100644
--- a/src/inputStream_http.c
+++ b/src/inputStream_http.c
@@ -470,7 +470,7 @@ static int finishHTTPInit(InputStream * inStream)
"User-Agent: %s/%s\r\n"
"Range: bytes=%ld-\r\n"
"%s" /* authorization */
- "Icy-Metadata:1\r\n"
+ "Icy-Metadata: 1\r\n"
"\r\n",
data->path, data->host,
PACKAGE_NAME, PACKAGE_VERSION,