aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2015-12-04 11:12:09 +0000
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2015-12-04 11:12:09 +0000
commit90341c2782d502d44bbb4b7562d70437442d7b12 (patch)
treef63fb769964b2fb5f94582bfdc992e20173760e6
parentdf596a5a47593e98a25192edef0efb2f29fb83d2 (diff)
downloadlibmicrohttpd-90341c2782d502d44bbb4b7562d70437442d7b12.tar.gz
libmicrohttpd-90341c2782d502d44bbb4b7562d70437442d7b12.zip
examples/sessions.c: small fix
-rw-r--r--doc/examples/sessions.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/sessions.c b/doc/examples/sessions.c
index 6b7b797f..8b3e1dfd 100644
--- a/doc/examples/sessions.c
+++ b/doc/examples/sessions.c
@@ -722,7 +722,7 @@ main (int argc, char *const *argv)
722 fd_set rs; 722 fd_set rs;
723 fd_set ws; 723 fd_set ws;
724 fd_set es; 724 fd_set es;
725 int max; 725 MHD_socket max;
726 MHD_UNSIGNED_LONG_LONG mhd_timeout; 726 MHD_UNSIGNED_LONG_LONG mhd_timeout;
727 727
728 if (argc != 2) 728 if (argc != 2)