mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
Drop double semicolons
This commit is contained in:
parent
b1610d37fe
commit
71c6a175c4
10 changed files with 14 additions and 14 deletions
|
|
@ -463,7 +463,7 @@ static int start_avahi(struct impl *impl)
|
|||
loop = pw_context_get_main_loop(impl->context);
|
||||
impl->avahi_poll = pw_avahi_poll_new(loop);
|
||||
|
||||
return start_client(impl);;
|
||||
return start_client(impl);
|
||||
}
|
||||
|
||||
SPA_EXPORT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue