14 Feb
2023
14 Feb
'23
1:30 a.m.
From: Francois Gouget <fgouget(a)free.fr> --- dlls/spoolss/tests/spoolss.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/spoolss/tests/spoolss.c b/dlls/spoolss/tests/spoolss.c index ce55cf50220..07af82e56ac 100644 --- a/dlls/spoolss/tests/spoolss.c +++ b/dlls/spoolss/tests/spoolss.c @@ -208,7 +208,7 @@ START_TEST(spoolss) { LPCSTR ptr; - /* The tests fail on Win7 (see comments in load_function() */ + /* The tests fail on Win7 (see comments in load_functions() */ ptr = load_functions(); if (ptr) { win_skip("%s not found\n", ptr); -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/2179