diff options
Diffstat (limited to 'html.c')
| -rw-r--r-- | html.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -1967,7 +1967,7 @@ int html_get_handler(const xs_dict *req, const char *q_path, | |||
| 1967 | 1967 | ||
| 1968 | if (valid_status(status)) { | 1968 | if (valid_status(status)) { |
| 1969 | *b_size = sz; | 1969 | *b_size = sz; |
| 1970 | *ctype = xs_mime_by_ext(id); | 1970 | *ctype = (char *)xs_mime_by_ext(id); |
| 1971 | } | 1971 | } |
| 1972 | } | 1972 | } |
| 1973 | } | 1973 | } |