]> git.ipfire.org Git - thirdparty/cups-filters.git/commitdiff
implicitclass, parallel: Added missing newlines at error messages
authorTill Kamppeter <till.kamppeter@gmail.com>
Wed, 7 Jul 2021 14:23:38 +0000 (16:23 +0200)
committerTill Kamppeter <till.kamppeter@gmail.com>
Tue, 17 Aug 2021 10:02:19 +0000 (12:02 +0200)
(cherry picked from commit 283c703f71256456e5c65ba77fdee98057c15ace)

backend/implicitclass.c
backend/parallel.c

index 6707754e959f711366d10a6e3e91331853c15d9d..c8bc77360814cbc74cdf6faf028499c65d52bf25 100644 (file)
@@ -410,7 +410,7 @@ main(int  argc,                             /* I - Number of command-line args */
     }
   } else if (argc != 1) {
     fprintf(stderr,
-           "Usage: %s job-id user title copies options [file]",
+           "Usage: %s job-id user title copies options [file]\n",
            argv[0]);
     return (CUPS_BACKEND_FAILED);
   }
index 6ad0003527029b7ea062f218f8d7c2ebaf49bec3..c2e95ce370fa2f412cfb1d2e5b3ac93bc5d95ebd 100644 (file)
@@ -100,7 +100,7 @@ main(int  argc,                             /* I - Number of command-line arguments (6 or 7) */
   }
   else if (argc < 6 || argc > 7)
   {
-    fprintf(stderr, "Usage: %s job-id user title copies options [file]",
+    fprintf(stderr, "Usage: %s job-id user title copies options [file]\n",
             argv[0]);
     return (CUPS_BACKEND_FAILED);
   }