aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/mhd_sockets.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/mhd_sockets.h')
-rw-r--r--src/microhttpd/mhd_sockets.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/mhd_sockets.h b/src/microhttpd/mhd_sockets.h
index 4e0e34d0..3b953c3f 100644
--- a/src/microhttpd/mhd_sockets.h
+++ b/src/microhttpd/mhd_sockets.h
@@ -881,7 +881,7 @@ int
881MHD_add_to_fd_set_ (MHD_socket fd, 881MHD_add_to_fd_set_ (MHD_socket fd,
882 fd_set *set, 882 fd_set *set,
883 MHD_socket *max_fd, 883 MHD_socket *max_fd,
884 unsigned int fd_setsize); 884 int fd_setsize);
885 885
886 886
887/** 887/**