diff options
-rw-r--r-- | embed/ephy-browse-history.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |