jack: small cleanup

This commit is contained in:
Wim Taymans 2020-09-07 16:16:26 +02:00
parent 1f6a0635ea
commit d995df95f8

View file

@ -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;