summaryrefslogtreecommitdiff
path: root/common/jack
diff options
context:
space:
mode:
authorStephane Letz <letz@grame.fr>2014-10-05 14:46:52 +0200
committerStephane Letz <letz@grame.fr>2014-10-05 14:46:52 +0200
commit3260d467e0a1236ca8d1496c54bfcfbad676e4cb (patch)
tree711fb7a5fef76aee2ee0e3031618c5ba5ebdd22f /common/jack
parenta9a2ad16e1719bcc5ec0461bbca25569988c94ec (diff)
downloadjack2-3260d467e0a1236ca8d1496c54bfcfbad676e4cb.tar.gz
Robin Gareus patch for Windows JackRouter.
Diffstat (limited to 'common/jack')
-rw-r--r--common/jack/net.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/jack/net.h b/common/jack/net.h
index 24eff21a..71808a68 100644
--- a/common/jack/net.h
+++ b/common/jack/net.h
@@ -321,7 +321,7 @@ int jack_net_master_recv(jack_net_master_t* net, int audio_input, float** audio_
* @param audio_input_buffer an array of audio input buffers
* @param midi_input number of MIDI inputs
* @param midi_input_buffer an array of MIDI input buffers
- * @param frames the number of frames to receive.
+ * @param frames the number of frames to receive
*
* @return zero on success, non-zero on error
*/
@@ -348,7 +348,7 @@ int jack_net_master_send(jack_net_master_t* net, int audio_output, float** audio
* @param audio_output_buffer an array of audio output buffers
* @param midi_output number of MIDI ouputs
* @param midi_output_buffer an array of MIDI output buffers
- * @param frames the number of frames to send.
+ * @param frames the number of frames to send
*
* @return zero on success, non-zero on error
*/