projects
/
privoxy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
346082c
)
Fix comment typo
author
Fabian Keil
<fk@fabiankeil.de>
Tue, 25 Aug 2020 12:53:46 +0000
(14:53 +0200)
committer
Fabian Keil
<fk@fabiankeil.de>
Tue, 1 Sep 2020 10:22:42 +0000
(12:22 +0200)
Sponsored by: Robert Klemme
jcc.c
patch
|
blob
|
history
diff --git
a/jcc.c
b/jcc.c
index
93af901
..
a5dfa9b
100644
(file)
--- a/
jcc.c
+++ b/
jcc.c
@@
-4053,7
+4053,7
@@
extern int fuzz_server_response(struct client_state *csp, char *fuzz_input_file)
if (strcmp(fuzz_input_file, "-") == 0)
{
- /* XXX: Doesn'
T
work yet. */
+ /* XXX: Doesn'
t
work yet. */
csp->server_connection.sfd = 0;
}
else