Nikolay Sivov : xaudio2: Add another missing break for consistency.

Alexandre Julliard julliard at wine.codeweavers.com
Sat Jan 9 03:32:18 CST 2016


Module: wine
Branch: master
Commit: f505f5fdebe5094988f26f052e6cae110dce2d16
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=f505f5fdebe5094988f26f052e6cae110dce2d16

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Thu Jan  7 18:20:25 2016 +0300

xaudio2: Add another missing break for consistency.

Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at 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 &&




More information about the wine-cvs mailing list