]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
conf.c: Add newline to fprintf
authorZdenek Dohnal <zdohnal@redhat.com>
Tue, 18 Jun 2024 08:51:38 +0000 (10:51 +0200)
committerZdenek Dohnal <zdohnal@redhat.com>
Tue, 18 Jun 2024 08:51:38 +0000 (10:51 +0200)
scheduler/conf.c

index 9806471048a9b8a5e9f7ab51b177026ebaea20d4..0d4bb6ae3df19f5940f4e855547921fa3c50439f 100644 (file)
@@ -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);
   }