Browse Source

fix typo (thx donfede)

git-svn-id: svn+ssh://jackaudio.org/trunk/jack@1113 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/0.115.6
pieterpalmers 18 years ago
parent
commit
c1da822bc1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      jack/types.h

+ 1
- 1
jack/types.h View File

@@ -154,7 +154,7 @@ typedef int (*JackSampleRateCallback)(jack_nframes_t nframes, void *arg);
* Prototype for the client supplied function that is called
* whenever a port is registered or unregistered.
*
* @parm port the ID of the port
* @param port the ID of the port
* @param arg pointer to a client supplied data
* @param register non-zero if the port is being registered,
* zero if the port is being unregistered


Loading…
Cancel
Save