Changed the arrangement of bytes in the universe
[citadel.git] / webcit-ng / server / caldav_reports.c
index dbaa9c5971ed2430fc9340ed57ae693b11ecac6e..d30894968e68343c63e76dcefc7277569abcea52 100644 (file)
@@ -145,7 +145,7 @@ StrBuf *fetch_ical(struct ctdlsession * c, long msgnum) {
 
 // Called by caldav_report() to output a single item.
 // Our policy is to throw away the list of properties the client asked for, and just send everything.
-void caldav_response(struct http_transaction *h, struct ctdlsession *c, StrBuf * ReportOut, StrBuf * ThisHref) {
+void caldav_response(struct http_transaction *h, struct ctdlsession *c, StrBuf *ReportOut, StrBuf *ThisHref) {
        long msgnum;
        StrBuf *Caldata = NULL;
        char *euid;