Skip to content

Commit

Permalink
Fix internal client API, as jack_intclient_t is not a reference type.
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterN committed Mar 5, 2014
1 parent 0b03e2b commit 60ee937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion intclient.h
Expand Up @@ -69,7 +69,7 @@ char *jack_get_internal_client_name (jack_client_t *client,
int jack_internal_client_handle (jack_client_t *client,
const char *client_name,
jack_status_t *status,
jack_intclient_t handle);
jack_intclient_t *handle);

/**
* Load an internal client into the JACK server.
Expand Down

0 comments on commit 60ee937

Please sign in to comment.