aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)