summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--utils/nsurl.c2
1 files changed, 1 insertions, 1 deletions
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;