Skip to content

Commit

Permalink
conf.c: Add newline to fprintf
Browse files Browse the repository at this point in the history
  • Loading branch information
zdohnal committed Jun 18, 2024
1 parent 74f437b commit fb0c914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scheduler/conf.c
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,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);
}

Expand Down

0 comments on commit fb0c914

Please sign in to comment.