From f824f0352c7dafad9408ace661d6cbe48906c86d Mon Sep 17 00:00:00 2001 From: ng0 Date: Mon, 17 Jun 2019 16:52:28 +0000 Subject: mhd_send: minor typo --- src/microhttpd/mhd_send.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/microhttpd/mhd_send.c b/src/microhttpd/mhd_send.c index b3d29942..1031426d 100644 --- a/src/microhttpd/mhd_send.c +++ b/src/microhttpd/mhd_send.c @@ -209,7 +209,7 @@ MHD_send_on_connection_ (struct MHD_Connection *connection, } } } -if (MHD_SendSocketOptionsi == 1) +if (MHD_SendSocketOptions == 1) { #ifdef MSG_MORE num_bytes = send (s, buffer, buffer_size, MSG_MORE); -- cgit v1.2.3