From cca93fe181b01a40b924b7de7f813a6f4718b1c2 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Wed, 25 Oct 2017 22:55:40 -0400 Subject: [PATCH] remove syntax error --- citadel/modules/calendar/serv_calendar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.30.2