summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-27 02:02:03 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-27 02:02:03 +0000
commitfc8277500b16781708ab2ac5a2c6cbe25913bb77 (patch)
tree250435798bad164b664abaeffed13785500e4c2d
parent9f9882d01bb197a641ce46e130ca129e617e2777 (diff)
downloadmpv-fc8277500b16781708ab2ac5a2c6cbe25913bb77.tar.bz2
mpv-fc8277500b16781708ab2ac5a2c6cbe25913bb77.tar.xz
10l...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3786 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r--libmpdemux/http.c1
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;
}