summaryrefslogtreecommitdiff
path: root/utils/http/challenge.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils/http/challenge.c')
-rw-r--r--utils/http/challenge.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/http/challenge.c b/utils/http/challenge.c
index 578532e97..9b85fccbc 100644
--- a/utils/http/challenge.c
+++ b/utils/http/challenge.c
@@ -92,7 +92,7 @@ nserror http__parse_challenge(const char **input, http_challenge **challenge)
http__skip_LWS(&pos);
if (*pos == ',') {
- error = http__item_list_parse(&pos,
+ error = http__item_list_parse(&pos,
http__parse_parameter, first, &params);
if (error != NSERROR_OK && error != NSERROR_NOT_FOUND) {
lwc_string_unref(scheme);