xaudio2: Add another missing break for consistency.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
37cdf65949
commit
f505f5fdeb
|
@ -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 &&
|
||||
|
|
Loading…
Reference in New Issue