X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fgroupdav_get.c;h=fa53c1fe3d9087aa37c05d16e49f1b8249884be1;hb=36c434f2f80b50cb6d639de046ad33eae72dd885;hp=b99e7caaf80c008ec1cfefcb7052169ccbabaefd;hpb=df45026ff43611202be115bcc96a140929dc8960;p=citadel.git diff --git a/webcit/groupdav_get.c b/webcit/groupdav_get.c index b99e7caaf..fa53c1fe3 100644 --- a/webcit/groupdav_get.c +++ b/webcit/groupdav_get.c @@ -154,8 +154,7 @@ void groupdav_get(void) return; } - /** GET on the collection itself returns an ICS of the entire collection. - */ + /* GET on the collection itself returns an ICS of the entire collection. */ if (StrLength(dav_uid) == 0) { groupdav_get_big_ics(); FreeStrBuf(&dav_roomname);