From 36c434f2f80b50cb6d639de046ad33eae72dd885 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Tue, 6 Sep 2011 17:20:06 -0400 Subject: [PATCH] Test commit 2 --- webcit/groupdav_get.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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); -- 2.30.2