projects
/
privoxy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
cd0ce8c
)
Fix parameter index in a comment
author
Fabian Keil
<fk@fabiankeil.de>
Tue, 9 Oct 2018 13:17:16 +0000
(15:17 +0200)
committer
Fabian Keil
<fk@fabiankeil.de>
Wed, 10 Oct 2018 13:17:33 +0000
(15:17 +0200)
jcc.c
patch
|
blob
|
history
diff --git
a/jcc.c
b/jcc.c
index
b5aaf98
..
3330da6
100644
(file)
--- a/
jcc.c
+++ b/
jcc.c
@@
-758,7
+758,7
@@
static void log_applied_actions(const struct current_action_spec *actions)
*
* Parameters :
* 1 : csp = Current client state (buffers, headers, etc...)
- *
1
: rsp = Fully prepared response. Will be freed on exit.
+ *
2
: rsp = Fully prepared response. Will be freed on exit.
*
* Returns : Nothing.
*