mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
pw-dump: add final \n at the end
This commit is contained in:
parent
cdb6c94c8e
commit
724d2581f0
1 changed files with 1 additions and 1 deletions
|
|
@ -1213,7 +1213,7 @@ static void dump_objects(struct data *d)
|
|||
o->class->dump(o);
|
||||
put_end(d, "}", 0);
|
||||
}
|
||||
put_end(d, "]", 0);
|
||||
put_end(d, "]\n", 0);
|
||||
}
|
||||
|
||||
static void do_quit(void *data, int signal_number)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue