added return char
This commit is contained in:
parent
3a3bef5adb
commit
b7e64ed868
1 changed files with 1 additions and 1 deletions
|
|
@ -395,7 +395,7 @@ PaError AudioDeviceSetPropertyNowAndWaitForChange(
|
|||
Pa_Sleep( 100 );
|
||||
gettimeofday( &tv2, NULL );
|
||||
}
|
||||
DBUG( ("Timeout waiting for device setting." ) );
|
||||
DBUG( ("Timeout waiting for device setting.\n" ) );
|
||||
|
||||
return paUnanticipatedHostError;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue