[Privoxy-commits] [privoxy] 02/06: Remove stray space
User Git
git at git.privoxy.org
Sun Jun 9 15:22:53 CEST 2024
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository privoxy.
commit 907208585259858e5ab7c6707bd645a0a4eacd60
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Sun Jun 2 15:02:09 2024 +0200
Remove stray space
---
errlog.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/errlog.c b/errlog.c
index 75040d16..f135e31c 100644
--- 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
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Privoxy-commits
mailing list