summaryrefslogtreecommitdiff
path: root/desktop/history_core.c
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2013-03-04 15:07:43 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2013-03-04 15:07:43 +0000
commit02f2cbec3f1a00a3d57e4239896b120ba14b6b8e (patch)
tree1aa1ac02740a6cd396996265b2bd3593c6aa2818 /desktop/history_core.c
parent6b9f7c3094248c4b0594040bf93b7a5a071d8d6e (diff)
downloadnetsurf-02f2cbec3f1a00a3d57e4239896b120ba14b6b8e.tar.gz
netsurf-02f2cbec3f1a00a3d57e4239896b120ba14b6b8e.tar.bz2
Pedantic wrap.
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);