From: Art Cancro Date: Thu, 26 Oct 2017 02:55:40 +0000 (-0400) Subject: remove syntax error X-Git-Tag: v939~518 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=cca93fe181b01a40b924b7de7f813a6f4718b1c2 remove syntax error --- diff --git a/citadel/modules/calendar/serv_calendar.c b/citadel/modules/calendar/serv_calendar.c index 4e296fd4a..b91600c08 100644 --- a/citadel/modules/calendar/serv_calendar.c +++ b/citadel/modules/calendar/serv_calendar.c @@ -2584,7 +2584,7 @@ CTDL_MODULE_INIT(calendar) #ifdef LIBICAL_ICAL_EXPORT // cheap and sleazy way to detect libical >=2.0 icalerror_set_errors_are_fatal(0); #else - icalerror_errors_are_fatal = 0; (this was the old way) + icalerror_errors_are_fatal = 0; #endif /* Use our own application prefix in tzid's generated from system tzdata */