tweaked comment
This commit is contained in:
parent
58015f7b17
commit
ebe9c54048
1 changed files with 1 additions and 1 deletions
|
|
@ -195,7 +195,7 @@ static PaError InitializeHostApis( void )
|
|||
assert( hostApi->info.defaultInputDevice < hostApi->info.deviceCount );
|
||||
assert( hostApi->info.defaultOutputDevice < hostApi->info.deviceCount );
|
||||
|
||||
/* the first successfully initialized host API with at least one input *or*
|
||||
/* the first successfully initialized host API with a default input *or*
|
||||
output device is used as the default host API.
|
||||
*/
|
||||
if( (defaultHostApiIndex_ == -1) &&
|
||||
|
|
|
|||
Loading…
Reference in a new issue