mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-24 15:29:45 +03:00
Pedantic wrap.
This commit is contained in:
parent
6b9f7c3094
commit
02f2cbec3f
@ -470,7 +470,8 @@ void history_go(struct browser_window *bw,
|
||||
history->current = current;
|
||||
} else {
|
||||
history->current = entry;
|
||||
browser_window_navigate(bw, url, NULL, BROWSER_WINDOW_VERIFIABLE, NULL, NULL, NULL);
|
||||
browser_window_navigate(bw, url, NULL,
|
||||
BROWSER_WINDOW_VERIFIABLE, NULL, NULL, NULL);
|
||||
}
|
||||
|
||||
nsurl_unref(url);
|
||||
|
Loading…
Reference in New Issue
Block a user