libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 90341c2782d502d44bbb4b7562d70437442d7b12
parent df596a5a47593e98a25192edef0efb2f29fb83d2
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Fri,  4 Dec 2015 11:12:09 +0000

examples/sessions.c: small fix

Diffstat:
Mdoc/examples/sessions.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/examples/sessions.c b/doc/examples/sessions.c @@ -722,7 +722,7 @@ main (int argc, char *const *argv) fd_set rs; fd_set ws; fd_set es; - int max; + MHD_socket max; MHD_UNSIGNED_LONG_LONG mhd_timeout; if (argc != 2)