From: Fabian Keil <fk@fabiankeil.de>
Date: Tue, 9 Oct 2018 16:26:58 +0000 (+0200)
Subject: Fix parameter index in a comment
X-Git-Tag: v_3_0_27~44^2~5
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/developer-manual/user-manual/faq/static/@default-cgi@toggle?a=commitdiff_plain;h=cd0ce8c4a9fbab86a37deb7a430f70d5ba5a4d17;p=privoxy.git

Fix parameter index in a comment
---

diff --git a/jcc.c b/jcc.c
index 298eff52..b5aaf981 100644
--- 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.
- *          3  :  server_connection  = storage.
+ *          4  :  server_connection  = storage.
  *
  * Returns     : void
  *