projects
/
privoxy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58e9646
)
Remove stray space
author
Fabian Keil
<fk@fabiankeil.de>
Sun, 2 Jun 2024 13:02:09 +0000
(15:02 +0200)
committer
Fabian Keil
<fk@fabiankeil.de>
Sun, 9 Jun 2024 13:24:07 +0000
(15:24 +0200)
errlog.c
patch
|
blob
|
history
diff --git
a/errlog.c
b/errlog.c
index
75040d1
..
f135e31
100644
(file)
--- a/
errlog.c
+++ b/
errlog.c
@@
-86,7
+86,7
@@
static FILE *logfp = NULL;
static int debug = (LOG_LEVEL_FATAL | LOG_LEVEL_ERROR);
/* static functions */
-static void fatal_error(const char *
error_message);
+static void fatal_error(const char *error_message);
#ifdef _WIN32
static char *w32_socket_strerr(int errcode, char *tmp_buf);
#endif