aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-06-17 16:52:28 +0000
committerng0 <ng0@n0.is>2019-06-25 08:01:46 +0000
commitf824f0352c7dafad9408ace661d6cbe48906c86d (patch)
tree891a0f0341fbc61bb716d2c151ceccf8b0212bab
parent5181cf5a6ec2af8cb4e98ebcea7d492149604509 (diff)
downloadlibmicrohttpd-f824f0352c7dafad9408ace661d6cbe48906c86d.tar.gz
libmicrohttpd-f824f0352c7dafad9408ace661d6cbe48906c86d.zip
mhd_send: minor typo
-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 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,
209 } 209 }
210 } 210 }
211} 211}
212if (MHD_SendSocketOptionsi == 1) 212if (MHD_SendSocketOptions == 1)
213{ 213{
214#ifdef MSG_MORE 214#ifdef MSG_MORE
215 num_bytes = send (s, buffer, buffer_size, MSG_MORE); 215 num_bytes = send (s, buffer, buffer_size, MSG_MORE);