winmm: Mark up fallthrough switch case (coverity).

This commit is contained in:
André Hentschel 2012-11-07 23:19:08 +01:00 committed by Alexandre Julliard
parent 76bc1d76a5
commit 126fded4a4
1 changed files with 1 additions and 0 deletions

View File

@ -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;