mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-01 22:58:47 -04:00
pacat: add missing newline
This commit is contained in:
parent
4ee4a55617
commit
2d94c93957
1 changed files with 1 additions and 1 deletions
|
|
@ -796,7 +796,7 @@ int main(int argc, char *argv[]) {
|
|||
|
||||
/* Connect the context */
|
||||
if (pa_context_connect(context, server, 0, NULL) < 0) {
|
||||
fprintf(stderr, _("pa_context_connect() failed: %s"), pa_strerror(pa_context_errno(context)));
|
||||
fprintf(stderr, _("pa_context_connect() failed: %s\n"), pa_strerror(pa_context_errno(context)));
|
||||
goto quit;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue