From: Rémi Bernon rbernon@codeweavers.com
--- dlls/user32/tests/input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/user32/tests/input.c b/dlls/user32/tests/input.c index 5157d251bd6..58ed8e40ee4 100644 --- a/dlls/user32/tests/input.c +++ b/dlls/user32/tests/input.c @@ -5584,7 +5584,7 @@ static void test_keyboard_layout(void) } }
-static void test_keyboard_layoutex(void) +static void test_LoadKeyboardLayoutEx(void) { HKL oldhkl, newhkl; WCHAR oldlayoutname[64], layoutname[64];