fix dumb mistake in missing a close bracket.

This commit is contained in:
Vincent Sanders 2014-11-04 20:53:19 +00:00
parent ba3671d147
commit 3fc1fe0493

View File

@ -2225,7 +2225,7 @@ nserror nsurl_nice(const nsurl *url, char **result, bool remove_extensions)
(lwc_string_length(url->components.path) != 0) &&
(lwc_string_isequal(url->components.path,
corestring_lwc_slash_, &match) == lwc_error_ok) &&
(match == false) {
(match == false)) {
bool first = true;
bool keep_looking;