Skip to content

Commit

Permalink
Add \n
Browse files Browse the repository at this point in the history
  • Loading branch information
zdohnal committed Feb 13, 2024
1 parent 1d497ad commit 658e938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pappl/mainloop-subcommands.c
Original file line number Diff line number Diff line change
Expand Up @@ -1217,7 +1217,7 @@ _papplMainloopShowPrinters(
}

if (printer_name && printer_uri)
printf("%s - printer - %s", printer_name, printer_uri);
printf("%s - printer - %s\n", printer_name, printer_uri);

if (printer_name && socket_uri)
printf("%s - raw socket - %s\n", printer_name, socket_uri);
Expand Down

0 comments on commit 658e938

Please sign in to comment.