aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXan Lopez <xan@igalia.com>2012-03-02 20:31:33 +0800
committerXan Lopez <xan@igalia.com>2012-03-07 04:49:45 +0800
commitdb950819b20f292a36d68dac06c72030bbe17fa3 (patch)
tree34c65beb4b01d9ac6eab23b76242c7c6afa31c6e
parentb2d915c1d54caa3875cbb4cedbe2e5b3f4ee51cd (diff)
downloadgsoc2013-epiphany-db950819b20f292a36d68dac06c72030bbe17fa3.tar
gsoc2013-epiphany-db950819b20f292a36d68dac06c72030bbe17fa3.tar.gz
gsoc2013-epiphany-db950819b20f292a36d68dac06c72030bbe17fa3.tar.bz2
gsoc2013-epiphany-db950819b20f292a36d68dac06c72030bbe17fa3.tar.lz
gsoc2013-epiphany-db950819b20f292a36d68dac06c72030bbe17fa3.tar.xz
gsoc2013-epiphany-db950819b20f292a36d68dac06c72030bbe17fa3.tar.zst
gsoc2013-epiphany-db950819b20f292a36d68dac06c72030bbe17fa3.zip
ephy-browse-history: small cleanup
-rw-r--r--embed/ephy-browse-history.c2
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);