]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - http_send.c
Fix a gcc warning on MacOS.
[paraslash.git] / http_send.c
index 8cce85a15c079599f16ea5e800082cbe0db2b215..33d5ed934dc3cfc05117a991be02dc9f1d2cfc6c 100644 (file)
@@ -25,8 +25,9 @@
 #include "fd.h"
 #include "chunk_queue.h"
 
+/** Message sent to clients that do not send a valid get request. */
 #define HTTP_ERR_MSG "HTTP/1.0 400 Bad Request\n"
-/** \endcond */
+
 
 /** The possible states of a client from the server's POV. */
 enum http_status {