[MPlayer-cvslog] r27882 - trunk/stream/network.c
reimar
subversion at mplayerhq.hu
Sun Nov 2 18:15:44 CET 2008
Author: reimar
Date: Sun Nov 2 18:15:44 2008
New Revision: 27882
Log:
Forgotten reindent
Modified:
trunk/stream/network.c
Modified: trunk/stream/network.c
==============================================================================
--- trunk/stream/network.c (original)
+++ trunk/stream/network.c Sun Nov 2 18:15:44 2008
@@ -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
More information about the MPlayer-cvslog
mailing list