X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fcalendar.c;h=abb731a537a2f1b7a16219570b37f141ea19ce6c;hb=HEAD;hp=f0e662226258aaf8757b1ae3a353041cb40ef883;hpb=8b3b916db46e22d83ba2740d4c09ef8c967263b2;p=citadel.git diff --git a/webcit/calendar.c b/webcit/calendar.c index f0e662226..b1da61c41 100644 --- a/webcit/calendar.c +++ b/webcit/calendar.c @@ -518,9 +518,7 @@ void display_individual_cal(icalcomponent *event, long msgnum, char *from, int u if (cptr) { /* Remove any existing DTSTART properties */ - while ( ps = icalcomponent_get_first_property(cptr, ICAL_DTSTART_PROPERTY), - ps != NULL - ) { + while (ps = icalcomponent_get_first_property(cptr, ICAL_DTSTART_PROPERTY), ps != NULL) { icalcomponent_remove_property(cptr, ps); }