From 3fc1fe0493cf14cdf8263a7172880d1846a212ec Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Tue, 4 Nov 2014 20:53:19 +0000 Subject: fix dumb mistake in missing a close bracket. --- utils/nsurl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/nsurl.c') diff --git a/utils/nsurl.c b/utils/nsurl.c index 96b3f3681..3b5337350 100644 --- a/utils/nsurl.c +++ b/utils/nsurl.c @@ -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; -- cgit v1.2.3