From 238ae5c5a8951e5fc113da027d6423eebd26bf02 Mon Sep 17 00:00:00 2001 From: rofl0r Date: Sun, 15 Jan 2012 04:02:31 +0100 Subject: [PATCH] newline --- jobflow.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jobflow.c b/jobflow.c index f2ad871..faf695d 100644 --- a/jobflow.c +++ b/jobflow.c @@ -44,7 +44,7 @@ #include static int prlimit(int pid, ...) { (void) pid; - fprintf(stderr, "prlimit() not implemented on this system"); + fprintf(stderr, "prlimit() not implemented on this system\n"); errno = EINVAL; return -1; } -- 2.11.4.GIT