Pedantic wrap.

This commit is contained in:
Michael Drake 2013-03-04 15:07:43 +00:00
parent 6b9f7c3094
commit 02f2cbec3f
1 changed files with 2 additions and 1 deletions

View File

@ -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);