diff options
Diffstat (limited to 'src/microhttpd/response.c')
-rw-r--r-- | src/microhttpd/response.c | 2 |
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 | */ |
40 | static int | 40 | static int |
41 | add_response_entry (struct MHD_Response *response, | 41 | add_response_entry (struct MHD_Response *response, |