From: Zdenek Dohnal Date: Tue, 18 Jun 2024 08:51:38 +0000 (+0200) Subject: conf.c: Add newline to fprintf X-Git-Tag: v2.4.10~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7718d34d71950ac5a6f6892ffc1bdfa89eed56e;p=thirdparty%2Fcups.git conf.c: Add newline to fprintf --- diff --git a/scheduler/conf.c b/scheduler/conf.c index 9806471048..0d4bb6ae3d 100644 --- a/scheduler/conf.c +++ b/scheduler/conf.c @@ -566,7 +566,7 @@ cupsdReadConfiguration(void) if (!Listeners) { - fprintf(stderr, "Unable to allocate memory for array Listeners."); + fprintf(stderr, "Unable to allocate memory for array Listeners.\n"); return (0); }