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

xaudio2: Added missing break in a switch (Coverity).

parent 521e3a44
......@@ -449,6 +449,7 @@ static ALenum get_al_format(const WAVEFORMATEX *fmt)
case 8:
return AL_FORMAT_71CHN8;
}
break;
case 16:
switch(fmt->nChannels){
case 1:
......
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