mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-22 14:31:20 +03:00
fix dumb mistake in missing a close bracket.
This commit is contained in:
parent
ba3671d147
commit
3fc1fe0493
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user