diff options
author | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-12-27 02:02:03 +0000 |
---|---|---|
committer | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-12-27 02:02:03 +0000 |
commit | fc8277500b16781708ab2ac5a2c6cbe25913bb77 (patch) | |
tree | 250435798bad164b664abaeffed13785500e4c2d /libmpdemux | |
parent | 9f9882d01bb197a641ce46e130ca129e617e2777 (diff) |
10l...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3786 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdemux')
-rw-r--r-- | libmpdemux/http.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libmpdemux/http.c b/libmpdemux/http.c index 4d5dfd8d17..bcec792b52 100644 --- a/libmpdemux/http.c +++ b/libmpdemux/http.c @@ -72,7 +72,6 @@ http_is_header_entire( HTTP_header_t *http_hdr ) { if( strstr(http_hdr->buffer, "\r\n\r\n")==NULL && strstr(http_hdr->buffer, "\n\n")==NULL ) return 0; - } return 1; } |