diff options
Diffstat (limited to 'src/ical.c')
-rw-r--r-- | src/ical.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -828,7 +828,7 @@ ical_add_exc (llist_t *exc_head, long date) * This property defines the list of date/time exceptions for a * recurring calendar component. */ -void +static void ical_read_exdate (llist_t *exc, FILE *log, char *exstr, unsigned *noskipped, const int itemline) { |