diff options
Diffstat (limited to 'calendar/cal-util/icalendar.c')
-rw-r--r-- | calendar/cal-util/icalendar.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/calendar/cal-util/icalendar.c b/calendar/cal-util/icalendar.c index eedb732617..c43d0fba77 100644 --- a/calendar/cal-util/icalendar.c +++ b/calendar/cal-util/icalendar.c @@ -330,8 +330,7 @@ ical_object_create_from_icalcomponent (icalcomponent* comp) /* nothing to do for this property */ break; default: - g_warning ("Unsupported property: %s", icalproperty_as_ical_string -(prop)); + g_warning ("Unsupported property: %s", icalproperty_as_ical_string (prop)); break; } |