]> code.citadel.org Git - citadel.git/blobdiff - webcit-ng/messages.c
Handle posting errors a little more elegantly.
[citadel.git] / webcit-ng / messages.c
index b33cdf0c34b1e68616b830bc5eeb31274e0a499a..a910b1f6abb781ee1de03c2ca0a63faa6e41e086 100644 (file)
@@ -136,7 +136,7 @@ void dav_put_message(struct http_transaction *h, struct ctdlsession *c, char *eu
        char response_string[1024];
 
        if ((h->request_body == NULL) || (h->request_body_length < 1)) {
-               do_404(h);      // Refuse to post a null message
+               do_404(h);                      // Refuse to post a null message
                return;
        }