Module: wine Branch: master Commit: f505f5fdebe5094988f26f052e6cae110dce2d16 URL: http://source.winehq.org/git/wine.git/?a=commit;h=f505f5fdebe5094988f26f052e...
Author: Nikolay Sivov nsivov@codeweavers.com Date: Thu Jan 7 18:20:25 2016 +0300
xaudio2: Add another missing break for consistency.
Signed-off-by: Nikolay Sivov nsivov@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/xaudio2_7/xaudio_dll.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/dlls/xaudio2_7/xaudio_dll.c b/dlls/xaudio2_7/xaudio_dll.c index 1f5a91f..5f30432 100644 --- a/dlls/xaudio2_7/xaudio_dll.c +++ b/dlls/xaudio2_7/xaudio_dll.c @@ -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 &&