Skip to content

Commit c7718d3

Browse files
committed
conf.c: Add newline to fprintf
1 parent cd13b3e commit c7718d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scheduler/conf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ cupsdReadConfiguration(void)
566566

567567
if (!Listeners)
568568
{
569-
fprintf(stderr, "Unable to allocate memory for array Listeners.");
569+
fprintf(stderr, "Unable to allocate memory for array Listeners.\n");
570570
return (0);
571571
}
572572

0 commit comments

Comments
 (0)