[Privoxy-commits] [privoxy] 03/06: Remove stray space
User Git
git at git.privoxy.org
Sun Jun 9 15:22:54 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 e4b753a13a031ed6a5d46fa06c19a0f2259b8b46
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Sun Jun 2 15:45:16 2024 +0200
Remove stray space
---
errlog.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/errlog.c b/errlog.c
index f135e31c..3446b721 100644
--- a/errlog.c
+++ b/errlog.c
@@ -652,7 +652,7 @@ void log_error(int loglevel, const char *fmt, ...)
char outbuf[LOG_BUFFER_SIZE+1];
char tempbuf[LOG_BUFFER_SIZE];
size_t length = 0;
- const char * src = fmt;
+ const char *src = fmt;
long thread_id;
char timestamp[30];
const size_t log_buffer_size = LOG_BUFFER_SIZE;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Privoxy-commits
mailing list