pacat: add missing newline

This commit is contained in:
Lennart Poettering 2009-04-14 01:03:34 +02:00
parent 4ee4a55617
commit 2d94c93957

View file

@ -796,7 +796,7 @@ int main(int argc, char *argv[]) {
/* Connect the context */ /* Connect the context */
if (pa_context_connect(context, server, 0, NULL) < 0) { 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; goto quit;
} }