diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-11-10 15:19:19 +0100 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-11-10 15:19:19 +0100 |
commit | c813dd036abc7286138f62dc04dc9098c10ceede (patch) | |
tree | 657853928981b2639f65214102a4a3d837679cc0 /src/input/input_http.c | |
parent | 44bc63742e5296b114d12ef33f29bf59758c1672 (diff) | |
parent | e0928bf3ef62babf2545c9ebfa646390853adb44 (diff) | |
download | xine-lib-c813dd036abc7286138f62dc04dc9098c10ceede.tar.gz xine-lib-c813dd036abc7286138f62dc04dc9098c10ceede.tar.bz2 |
Merge from 1.1 branch.
Diffstat (limited to 'src/input/input_http.c')
-rw-r--r-- | src/input/input_http.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/input_http.c b/src/input/input_http.c index 25153e5dc..eb9fab144 100644 --- a/src/input/input_http.c +++ b/src/input/input_http.c @@ -64,7 +64,7 @@ #define TAG_ICY_NOTICE2 "icy-notice2:" #define TAG_ICY_METAINT "icy-metaint:" #define TAG_CONTENT_TYPE "Content-Type:" -#define TAG_LASTFM_SERVER "Server: last.fm Streaming Server" +#define TAG_LASTFM_SERVER "Server: last.fm " typedef struct { input_plugin_t input_plugin; |