projects
/
privoxy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ef8c06
)
sig_handler(): Split a long line in two
author
Fabian Keil
<fk@fabiankeil.de>
Fri, 22 Jan 2021 11:58:46 +0000
(12:58 +0100)
committer
Fabian Keil
<fk@fabiankeil.de>
Fri, 22 Jan 2021 13:26:26 +0000
(14:26 +0100)
jcc.c
patch
|
blob
|
history
diff --git
a/jcc.c
b/jcc.c
index
d73b4a9
..
ab4956f
100644
(file)
--- 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;