aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--http.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/http.c b/http.c
index df54c98..ec5cc7f 100644
--- a/http.c
+++ b/http.c
@@ -336,7 +336,7 @@ end:
static int start_line(struct http_ctx *const h)
{
- const char *const line = (const char *)h->line;
+ const char *const line = h->line;
if (!*line)
{