From 02f2cbec3f1a00a3d57e4239896b120ba14b6b8e Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 4 Mar 2013 15:07:43 +0000 Subject: Pedantic wrap. --- desktop/history_core.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'desktop') 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); -- cgit v1.2.3