X-Git-Url: https://git.distorted.org.uk/~mdw/secnet/blobdiff_plain/ff05a229397c75142725f45cad191ce4a00625ce..4f5e39ec:/process.c diff --git a/process.c b/process.c index 0c6d443..f2a2e42 100644 --- a/process.c +++ b/process.c @@ -68,7 +68,7 @@ pid_t makesubproc(process_entry_fn *entry, process_callback_fn *cb, c->cst=cst; if (!signal_handling) { - fatal("makesubproc called before signal handling started\n"); + fatal("makesubproc called before signal handling started"); } p=fork(); if (p==0) {