Add \n to FIXME call in acmGetVersion to prevent overflowing buffer in

wine_dbg_vprintf.
This commit is contained in:
James Hatheway 2001-04-18 17:40:27 +00:00 committed by Alexandre Julliard
parent f3c93b805b
commit 2a2b1840d9

View File

@ -68,7 +68,7 @@ DWORD WINAPI acmGetVersion(void)
case VER_PLATFORM_WIN32_NT:
return 0x04000565; /* 4.0.1381 */
default:
FIXME("%ld not supported",version.dwPlatformId);
FIXME("%ld not supported\n",version.dwPlatformId);
case VER_PLATFORM_WIN32_WINDOWS:
return 0x04000000; /* 4.0.0 */
}