Commit f505f5fd authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

xaudio2: Add another missing break for consistency.

parent 37cdf659
......@@ -465,6 +465,7 @@ static ALenum get_al_format(const WAVEFORMATEX *fmt)
case 8:
return AL_FORMAT_71CHN16;
}
break;
}
}else if(fmt->wFormatTag == WAVE_FORMAT_IEEE_FLOAT ||
(fmt->wFormatTag == WAVE_FORMAT_EXTENSIBLE &&
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment