commit 3d6e8187a816d1e5f1617604b090c220d5cd4ea5
parent cf1206ff78e7e9d0d3e5eab7c05a06ab67cc2d8e
Author: ng0 <ng0@n0.is>
Date: Wed, 24 Jul 2019 13:33:55 +0000
lisp sneeks in.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c
@@ -463,7 +463,7 @@ sendfile_adapter (struct MHD_Connection *connection)
#endif /* HAVE_FREEBSD_SENDFILE */
ret = lo_ret;
- (if 0 > ret)
+ if (0 > ret)
{
/* ! could be avoided by redefining the variable. */
have_cork = ! connection->sk_tcp_nodelay_on;