From 5a910a030b1bb6e49db0994a2ee82eade1191bd3 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Mon, 9 Nov 2015 21:57:43 -0700 Subject: [PATCH] add missing `void` from jack_get_time prototype --- jack.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jack.h b/jack.h index 5d3aa9f..eaab95c 100644 --- a/jack.h +++ b/jack.h @@ -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; /*@}*/