diff options
author | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-11-02 17:15:44 +0000 |
---|---|---|
committer | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-11-02 17:15:44 +0000 |
commit | a2cd1d4d04436157f75d9660b7ed067f75a826ea (patch) | |
tree | d1f77dee90f55969d706432b20c7a84518e14e3a | |
parent | 863a334a9f3f009917b17759f27e655c295869cb (diff) |
Forgotten reindent
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27882 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | stream/network.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/network.c b/stream/network.c index ccea73ed63..5cfe4a461e 100644 --- a/stream/network.c +++ b/stream/network.c @@ -206,7 +206,7 @@ http_send_request( URL_t *url, off_t pos ) { http_set_field( http_hdr, "User-Agent: MPlayer/"VERSION); if( strcasecmp(url->protocol, "noicyx") ) - http_set_field(http_hdr, "Icy-MetaData: 1"); + http_set_field(http_hdr, "Icy-MetaData: 1"); if(pos>0) { // Extend http_send_request with possibility to do partial content retrieval |