summaryrefslogtreecommitdiff
path: root/desktop/history_core.c
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/history_core.c')
-rw-r--r--desktop/history_core.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/history_core.c b/desktop/history_core.c
index 648635258..bc933c0c1 100644
--- a/desktop/history_core.c
+++ b/desktop/history_core.c
@@ -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);