Merge pull request #6 from andrewrk/master

add missing `void` from jack_get_time prototype
This commit is contained in:
Stéphane Letz 2015-11-11 10:34:07 +01:00
commit 07f1ecf1ce
1 changed files with 1 additions and 1 deletions

2
jack.h
View File

@ -1271,7 +1271,7 @@ jack_nframes_t jack_time_to_frames(const jack_client_t *client, jack_time_t) JAC
*
* The value returned is guaranteed to be monotonic, but not linear.
*/
jack_time_t jack_get_time() JACK_OPTIONAL_WEAK_EXPORT;
jack_time_t jack_get_time(void) JACK_OPTIONAL_WEAK_EXPORT;
/*@}*/