put ( void ) in prototype for Pa_CountDevices( void )

This commit is contained in:
philburk 2002-03-26 18:04:22 +00:00
commit 1f71752e8b

View file

@ -131,7 +131,7 @@ typedef unsigned long PaSampleFormat;
typedef int PaDeviceID;
#define paNoDevice -1
int Pa_CountDevices();
int Pa_CountDevices( void );
typedef struct
{