projects
/
privoxy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad73cb7
)
Fix comment typo
author
Fabian Keil
<fk@fabiankeil.de>
Thu, 28 May 2020 09:10:29 +0000
(11:10 +0200)
committer
Fabian Keil
<fk@fabiankeil.de>
Thu, 28 May 2020 10:24:49 +0000
(12:24 +0200)
errlog.c
patch
|
blob
|
history
diff --git
a/errlog.c
b/errlog.c
index
fd723b4
..
a085227
100644
(file)
--- a/
errlog.c
+++ b/
errlog.c
@@
-799,7
+799,7
@@
void log_error(int loglevel, const char *fmt, ...)
break;
case 'c':
/*
- * Note that char param
a
ters are converted to int, so we need to
+ * Note that char param
e
ters are converted to int, so we need to
* pass "int" to va_arg. (See K&R, 2nd ed, section A7.3.2, page 202)
*/
tempbuf[0] = (char) va_arg(ap, int);