mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
jack: small cleanup
This commit is contained in:
parent
1f6a0635ea
commit
d995df95f8
1 changed files with 1 additions and 1 deletions
|
|
@ -2759,10 +2759,10 @@ SPA_EXPORT
|
|||
jack_nframes_t jack_cycle_wait (jack_client_t* client)
|
||||
{
|
||||
struct client *c = (struct client *) client;
|
||||
jack_nframes_t res;
|
||||
|
||||
spa_return_val_if_fail(c != NULL, 0);
|
||||
|
||||
jack_nframes_t res;
|
||||
res = cycle_wait(c);
|
||||
pw_log_trace(NAME" %p: result:%d", c, res);
|
||||
return res;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue