aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/comp-editor-factory.c
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/comp-editor-factory.c')
-rw-r--r--calendar/gui/comp-editor-factory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/comp-editor-factory.c b/calendar/gui/comp-editor-factory.c
index a217254b18..6a1c71740f 100644
--- a/calendar/gui/comp-editor-factory.c
+++ b/calendar/gui/comp-editor-factory.c
@@ -277,7 +277,7 @@ edit_existing (OpenClient *oc, const gchar *uid)
break;
default:
- g_message ("edit_exiting(): Unsupported object type %d", (int) vtype);
+ g_message ("edit_exiting(): Unsupported object type %d", (gint) vtype);
g_object_unref (comp);
return;
}