From a2cd1d4d04436157f75d9660b7ed067f75a826ea Mon Sep 17 00:00:00 2001 From: reimar Date: Sun, 2 Nov 2008 17:15:44 +0000 Subject: Forgotten reindent git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27882 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/network.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stream') 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 -- cgit v1.2.3