]> code.citadel.org Git - citadel.git/blobdiff - webcit-ng/server/messages.c
DAV MOVE method wasn't documented. Documented it.
[citadel.git] / webcit-ng / server / messages.c
index c5dda5bbc7b492d3cfbace619eefa1fa53cb55ef..81896c7b594edf88505143f7e060e1de4383ac93 100644 (file)
@@ -1,4 +1,3 @@
-//
 // Message base functions
 //
 // Copyright (c) 1996-2022 by the citadel.org team
@@ -113,7 +112,7 @@ void dav_get_message(struct http_transaction *h, struct ctdlsession *c, long msg
                        if (v) {
                                *v = 0;
                                ++v;
-                               string_trim(v); // we now have a key (k) and a value (v)
+                               string_trim(v);                         // we now have a key (k) and a value (v)
                                if ((!strcasecmp(k, "content-type"))    // fields which can be passed from RFC822 to HTTP as-is
                                    || (!strcasecmp(k, "date"))
                                ) {