remove syntax error
authorArt Cancro <ajc@citadel.org>
Thu, 26 Oct 2017 02:55:40 +0000 (22:55 -0400)
committerArt Cancro <ajc@citadel.org>
Thu, 26 Oct 2017 02:55:40 +0000 (22:55 -0400)
citadel/modules/calendar/serv_calendar.c

index 4e296fd4abac24d723b737b9f1365a208f1864f3..b91600c08eed280ea7e6cb2d5fb36193cd470e96 100644 (file)
@@ -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 */