From 1f71752e8b70c498c5355491720fdb3fecbe02f9 Mon Sep 17 00:00:00 2001 From: philburk Date: Tue, 26 Mar 2002 18:04:22 +0000 Subject: [PATCH] put ( void ) in prototype for Pa_CountDevices( void ) --- pa_common/portaudio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pa_common/portaudio.h b/pa_common/portaudio.h index 35c2bcc..fe05829 100644 --- a/pa_common/portaudio.h +++ b/pa_common/portaudio.h @@ -131,7 +131,7 @@ typedef unsigned long PaSampleFormat; typedef int PaDeviceID; #define paNoDevice -1 -int Pa_CountDevices(); +int Pa_CountDevices( void ); typedef struct { -- 2.43.0