aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/response.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/response.c')
-rw-r--r--src/microhttpd/response.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/response.c b/src/microhttpd/response.c
index f6db5326..e4eb9fd0 100644
--- a/src/microhttpd/response.c
+++ b/src/microhttpd/response.c
@@ -35,7 +35,7 @@
35 * @param kind header or footer 35 * @param kind header or footer
36 * @param header the header to add 36 * @param header the header to add
37 * @param content value to add 37 * @param content value to add
38 * @return MHD_NO on error (i.e. invalid header or content format). 38 * @return #MHD_NO on error (i.e. invalid header or content format).
39 */ 39 */
40static int 40static int
41add_response_entry (struct MHD_Response *response, 41add_response_entry (struct MHD_Response *response,