[evolution] Remove unneeded semicolon



commit 9936a6272c3f12bc95bb1a2b045e5ca8648ca575
Author: Milan Crha <mcrha redhat com>
Date:   Wed Aug 3 17:10:03 2011 +0200

    Remove unneeded semicolon

 calendar/gui/dialogs/comp-editor.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/calendar/gui/dialogs/comp-editor.c b/calendar/gui/dialogs/comp-editor.c
index c516349..1269e61 100644
--- a/calendar/gui/dialogs/comp-editor.c
+++ b/calendar/gui/dialogs/comp-editor.c
@@ -209,7 +209,7 @@ static void obj_removed_cb (ECalClientView *view, const GSList *uids, CompEditor
 
 G_DEFINE_TYPE_WITH_CODE (
 	CompEditor, comp_editor, GTK_TYPE_WINDOW,
-	G_IMPLEMENT_INTERFACE (E_TYPE_ALERT_SINK, NULL);
+	G_IMPLEMENT_INTERFACE (E_TYPE_ALERT_SINK, NULL)
 	G_IMPLEMENT_INTERFACE (E_TYPE_EXTENSIBLE, NULL))
 
 enum {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]