X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=jcc.c;h=ab4956f082822c43424fc26819f56b23bc415c12;hp=5f0b69e8bba95d07190a1549a2461233d9358481;hb=e52674334610f4c2a1eb22b095c126527705f314;hpb=ea6b3f85afa7ce8efef05f5c1ec289fdf56cb1ff diff --git a/jcc.c b/jcc.c index 5f0b69e8..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; @@ -1860,7 +1861,7 @@ static jb_err receive_client_request(struct client_state *csp) * elsewhere failed or Privoxy is configured * to only accept proxy requests. * - * An error response has already been send + * An error response has already been sent * and we're done here. */ return JB_ERR_PARSE;