msacm32: Mark fall-through in switch statement.

This commit is contained in:
Andrew Talbot 2011-10-04 22:48:37 +01:00 committed by Alexandre Julliard
parent 203085dcee
commit a051be53d2
1 changed files with 1 additions and 0 deletions

View File

@ -87,6 +87,7 @@ DWORD WINAPI acmGetVersion(void)
return 0x04000565; /* 4.0.1381 */
default:
FIXME("%x not supported\n", version.dwPlatformId);
/* fall through */
case VER_PLATFORM_WIN32_WINDOWS:
return 0x04030000; /* 4.3.0 */
}