From db950819b20f292a36d68dac06c72030bbe17fa3 Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Fri, 2 Mar 2012 13:31:33 +0100 Subject: ephy-browse-history: small cleanup --- embed/ephy-browse-history.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/embed/ephy-browse-history.c b/embed/ephy-browse-history.c index 5ee25cac4..c6a0669c6 100644 --- a/embed/ephy-browse-history.c +++ b/embed/ephy-browse-history.c @@ -84,7 +84,7 @@ ephy_browse_history_add_page (EphyBrowseHistory *history, url = g_strdup (orig_url); visit = ephy_history_page_visit_new (url, - time(NULL), + time (NULL), EPHY_PAGE_VISIT_TYPED); ephy_history_service_add_visit (history->priv->history_service, visit, NULL, NULL); -- cgit