aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-notebook.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ephy-notebook.c')
-rw-r--r--src/ephy-notebook.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-notebook.c b/src/ephy-notebook.c
index 0f73b586a..8f8cdc5d9 100644
--- a/src/ephy-notebook.c
+++ b/src/ephy-notebook.c
@@ -730,7 +730,7 @@ ephy_notebook_finalize (GObject *object)
}
g_object_unref (notebook->priv->title_tips);
- LOG ("EphyNotebook finalised %p", object)
+ LOG ("EphyNotebook finalised %p", object);
G_OBJECT_CLASS (parent_class)->finalize (object);
}