1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-30 07:39:42 +02:00

This line should have been edited out during merge

This commit is contained in:
richardash1981 2010-10-04 18:27:02 +00:00
parent 2074a24ee8
commit fb7d90147c

View File

@ -2066,7 +2066,6 @@ static PaError OpenStream( struct PaUtilHostApiRepresentation *hostApi,
(WORD)outputParameters->channelCount, bytesPerDirectSoundOutputBuffer,
outputChannelMask );
DBUG(("InitOutputBuffer() returns %x\n", hr));
>>>>>>> .merge-right.r10709
if( hr != DS_OK )
{
result = paUnanticipatedHostError;