From 8c87b6894eafc22e5188f382b7bc726ed06e6919 Mon Sep 17 00:00:00 2001 From: default Date: Mon, 14 Aug 2023 18:04:27 +0200 Subject: Fixed some warning. --- html.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'html.c') diff --git a/html.c b/html.c index f7fa520..51c5da2 100644 --- a/html.c +++ b/html.c @@ -1967,7 +1967,7 @@ int html_get_handler(const xs_dict *req, const char *q_path, if (valid_status(status)) { *b_size = sz; - *ctype = xs_mime_by_ext(id); + *ctype = (char *)xs_mime_by_ext(id); } } } -- cgit v1.2.3