Commit a051be53 authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

msacm32: Mark fall-through in switch statement.

parent 203085dc
......@@ -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 */
}
......
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