summaryrefslogtreecommitdiff
path: root/utils/http/content-type.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils/http/content-type.c')
-rw-r--r--utils/http/content-type.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/http/content-type.c b/utils/http/content-type.c
index f84da8c8e..d4279f512 100644
--- a/utils/http/content-type.c
+++ b/utils/http/content-type.c
@@ -68,7 +68,7 @@ nserror http_parse_content_type(const char *header_value,
http__skip_LWS(&pos);
if (*pos == ';') {
- error = http__item_list_parse(&pos,
+ error = http__item_list_parse(&pos,
http__parse_parameter, NULL, &params);
if (error != NSERROR_OK && error != NSERROR_NOT_FOUND) {
lwc_string_unref(subtype);