winmm: Mark up fallthrough switch case (coverity)

André Hentschel nerv at dawncrow.de
Wed Nov 7 16:19:08 CST 2012


CID 211610
---
 dlls/winmm/winmm.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dlls/winmm/winmm.c b/dlls/winmm/winmm.c
index 890a3f0..aecb9cf 100644
--- a/dlls/winmm/winmm.c
+++ b/dlls/winmm/winmm.c
@@ -1406,6 +1406,7 @@ MMRESULT WINAPI midiStreamPosition(HMIDISTRM hMidiStrm, LPMMTIME lpMMT, UINT cbm
 	switch (lpMMT->wType) {
 	default:
 	    FIXME("Unsupported time type %x\n", lpMMT->wType);
+        /* fall through */
 	case TIME_BYTES:
 	case TIME_SAMPLES:
 	    lpMMT->wType = TIME_MS;
-- 
1.8.0



-- 

Best Regards, André Hentschel


More information about the wine-patches mailing list