Fix parameter index in a comment
authorFabian Keil <fk@fabiankeil.de>
Tue, 9 Oct 2018 16:26:58 +0000 (18:26 +0200)
committerFabian Keil <fk@fabiankeil.de>
Wed, 10 Oct 2018 13:17:26 +0000 (15:17 +0200)
jcc.c

diff --git a/jcc.c b/jcc.c
index 298eff5..b5aaf98 100644 (file)
--- a/jcc.c
+++ b/jcc.c
@@ -1065,7 +1065,7 @@ static void wait_for_alive_connections(void)
  *          1  :  sfd  = Open socket to remember.
  *          2  :  http = The destination for the connection.
  *          3  :  fwd  = The forwarder settings used.
  *          1  :  sfd  = Open socket to remember.
  *          2  :  http = The destination for the connection.
  *          3  :  fwd  = The forwarder settings used.
- *          3  :  server_connection  = storage.
+ *          4  :  server_connection  = storage.
  *
  * Returns     : void
  *
  *
  * Returns     : void
  *