diff options
Diffstat (limited to 'src/microhttpd/mhd_sockets.h')
-rw-r--r-- | src/microhttpd/mhd_sockets.h | 2 |
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 | |||
881 | MHD_add_to_fd_set_ (MHD_socket fd, | 881 | MHD_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 | /** |