aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/mhd_send.c
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-07-25 17:49:05 +0000
committerng0 <ng0@n0.is>2019-07-25 17:49:05 +0000
commit9ec1b5df5e488ab1ab06dec156f1868fd32478f5 (patch)
treeec2168f6f0c1ecad17ae241f1ef7a882c31b5f16 /src/microhttpd/mhd_send.c
parent3dfbaa2a4c7c22a21ff974e2aacbb199fc3aa7c4 (diff)
downloadlibmicrohttpd-9ec1b5df5e488ab1ab06dec156f1868fd32478f5.tar.gz
libmicrohttpd-9ec1b5df5e488ab1ab06dec156f1868fd32478f5.zip
attempt fix
Diffstat (limited to 'src/microhttpd/mhd_send.c')
-rw-r--r--src/microhttpd/mhd_send.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/mhd_send.c b/src/microhttpd/mhd_send.c
index 4758b502..354b9349 100644
--- a/src/microhttpd/mhd_send.c
+++ b/src/microhttpd/mhd_send.c
@@ -712,7 +712,7 @@ MHD_conn_init_static_ (void)
712 * @param connection the MHD connection structure 712 * @param connection the MHD connection structure
713 * @return actual number of bytes sent 713 * @return actual number of bytes sent
714 */ 714 */
715static ssize_t 715ssize_t
716sendfile_adapter (struct MHD_Connection *connection) 716sendfile_adapter (struct MHD_Connection *connection)
717{ 717{
718 bool want_cork = false; 718 bool want_cork = false;