aboutsummaryrefslogtreecommitdiff
path: root/src/lib/response_from_fd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/response_from_fd.c')
-rw-r--r--src/lib/response_from_fd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/response_from_fd.c b/src/lib/response_from_fd.c
index cdeb7aa5..6eac3f7f 100644
--- a/src/lib/response_from_fd.c
+++ b/src/lib/response_from_fd.c
@@ -182,7 +182,7 @@ MHD_response_from_fd (enum MHD_HTTP_StatusCode sc,
182 182
183 response = MHD_response_from_callback (sc, 183 response = MHD_response_from_callback (sc,
184 size, 184 size,
185 4 * 1024, 185 MHD_FD_BLOCK_SIZE,
186 &file_reader, 186 &file_reader,
187 NULL, 187 NULL,
188 &free_callback); 188 &free_callback);