X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=pcrs.c;h=582f0564d1abe0bf6d45b9a0927f31623eb08720;hp=6da82255508c4d9a4b46f660e151712b673ed9d3;hb=044b61ff3073f197b2f887250709b166a6fabb5f;hpb=0e2b9667dfee2ad8e33cf5b8e34cd2c9d75edbb7 diff --git a/pcrs.c b/pcrs.c index 6da82255..582f0564 100644 --- a/pcrs.c +++ b/pcrs.c @@ -995,7 +995,7 @@ static int is_hex_sequence(const char *sequence) * FALSE * *********************************************************************/ -int pcrs_job_is_dynamic (char *job) +int pcrs_job_is_dynamic(char *job) { const char delimiter = job[1]; const size_t length = strlen(job);