summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;
}