Squash warning

svn path=/trunk/netsurf/; revision=10197
This commit is contained in:
John Mark Bell 2010-03-28 23:40:12 +00:00
parent 57253cdd58
commit e6d85230f1
1 changed files with 2 additions and 0 deletions

View File

@ -130,6 +130,8 @@ static nserror http_parse_quoted_string(const char **input, char **value)
start--;
end = start;
}
} else {
end = start;
}
string_value = malloc(end - start + 1);