Browse Source

add missing `void` from jack_get_time prototype

pull/6/head
Andrew Kelley 10 years ago
parent
commit
5a910a030b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      jack.h

+ 1
- 1
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. * 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;


/*@}*/ /*@}*/




Loading…
Cancel
Save