Commit 126fded4 authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

winmm: Mark up fallthrough switch case (coverity).

parent 76bc1d76
......@@ -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;
......
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