This commit is contained in:
Omar Polo 2020-12-26 11:22:07 +01:00
parent 60ff035518
commit f722f3c5aa
No known key found for this signature in database
GPG Key ID: 35F98C96A1786F0D
1 changed files with 1 additions and 1 deletions

2
uri.c
View File

@ -117,7 +117,7 @@ struct parser {
|| p == ';' \
|| p == '=')
/* NOTE: the increment are one less what it should be, because the
/* NOTE: the increments are one less what they should be, because the
* caller will add one byte after we return. */
static int
valid_multibyte_utf8(struct parser *p)