put ( void ) in prototype for Pa_CountDevices( void )
This commit is contained in:
parent
e4861f4664
commit
1f71752e8b
1 changed files with 1 additions and 1 deletions
|
|
@ -131,7 +131,7 @@ typedef unsigned long PaSampleFormat;
|
|||
typedef int PaDeviceID;
|
||||
#define paNoDevice -1
|
||||
|
||||
int Pa_CountDevices();
|
||||
int Pa_CountDevices( void );
|
||||
|
||||
typedef struct
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue