diff options
author | Allen Winter <allen.winter@kdab.com> | 2018-07-22 10:34:00 -0400 |
---|---|---|
committer | Allen Winter <allen.winter@kdab.com> | 2018-07-22 10:34:00 -0400 |
commit | 01e2c456aa65c8b165d485a0bde1b23c5eb1170f (patch) | |
tree | dbe6f4af0ddde83dbeefd7eff6e1ddf72afdb9d6 /src/libicalss | |
parent | a881632e11411b0249169f4601941366a6c5f859 (diff) | |
download | libical-git-01e2c456aa65c8b165d485a0bde1b23c5eb1170f.tar.gz |
various - tiny bit of code cleaning
Diffstat (limited to 'src/libicalss')
-rw-r--r-- | src/libicalss/icalspanlist.c | 2 | ||||
-rw-r--r-- | src/libicalss/icalsslexer.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/libicalss/icalspanlist.c b/src/libicalss/icalspanlist.c index e7358218..a6dd3e81 100644 --- a/src/libicalss/icalspanlist.c +++ b/src/libicalss/icalspanlist.c @@ -523,7 +523,7 @@ icalspanlist *icalspanlist_from_vfreebusy(icalcomponent *comp) period = icalproperty_get_freebusy(prop); s->start = icaltime_as_timet_with_zone(period.start, icaltimezone_get_utc_timezone()); s->end = icaltime_as_timet_with_zone(period.end, icaltimezone_get_utc_timezone()); - ; + pvl_insert_ordered(sl->spans, compare_span, (void *)s); } /** @todo calculate start/end limits.. fill in holes? **/ diff --git a/src/libicalss/icalsslexer.c b/src/libicalss/icalsslexer.c index cd43665e..e13f0b57 100644 --- a/src/libicalss/icalsslexer.c +++ b/src/libicalss/icalsslexer.c @@ -406,7 +406,7 @@ static yyconst flex_int16_t yy_accept[56] = 6, 11, 21, 21, 14, 21, 21, 13, 21, 21, 20, 12, 21, 15, 21, 21, 21, 2, 16, 21, 21, 21, 3, 1, 0 - } ; + }; static yyconst flex_int32_t yy_ec[256] = { 0, |