Browse Source

Fix invalid jack_set_port_rename_callback comment

Somebody forgot to change the copy/pasted comment...
pull/7/head
David Robillard 10 years ago
parent
commit
f6781ed540
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      jack.h

+ 2
- 2
jack.h View File

@@ -404,8 +404,8 @@ int jack_set_port_registration_callback (jack_client_t *,




/** /**
* Tell the JACK server to call @a registration_callback whenever a
* port is registered or unregistered, passing @a arg as a parameter.
* Tell the JACK server to call @a rename_callback whenever a
* port is renamed, passing @a arg as a parameter.
* *
* @return 0 on success, otherwise a non-zero error code * @return 0 on success, otherwise a non-zero error code
*/ */


Loading…
Cancel
Save