From fc8277500b16781708ab2ac5a2c6cbe25913bb77 Mon Sep 17 00:00:00 2001 From: arpi Date: Thu, 27 Dec 2001 02:02:03 +0000 Subject: 10l... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3786 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpdemux/http.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libmpdemux') 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; } -- cgit v1.2.3