[Privoxy-commits] [privoxy] 07/10: sig_handler(): Split a long line in two

User Git git at git.privoxy.org
Fri Jan 22 13:31:22 UTC 2021


This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository privoxy.

commit e52674334610f4c2a1eb22b095c126527705f314
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Fri Jan 22 12:58:46 2021 +0100

    sig_handler(): Split a long line in two
---
 jcc.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/jcc.c b/jcc.c
index d73b4a99..ab4956f0 100644
--- a/jcc.c
+++ b/jcc.c
@@ -376,7 +376,8 @@ static void sig_handler(int the_signal)
           * We shouldn't be here, unless we catch signals
           * in main() that we can't handle here!
           */
-         log_error(LOG_LEVEL_FATAL, "sig_handler: exiting on unexpected signal %d", the_signal);
+         log_error(LOG_LEVEL_FATAL,
+            "sig_handler: exiting on unexpected signal %d", the_signal);
    }
    return;
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Privoxy-commits mailing list