mirror of
https://github.com/reactos/wine.git
synced 2025-02-23 06:12:31 +00:00
inetmib1/tests: Add a trailing '\n' to an ok() call.
This commit is contained in:
parent
0a20d46801
commit
899cb20eb9
@ -30,7 +30,7 @@ static HMODULE init_test_functions(void)
|
||||
{
|
||||
HMODULE mod = LoadLibraryA("inetmib1");
|
||||
|
||||
ok(mod != NULL, "failed to load inetmib1.dll");
|
||||
ok(mod != NULL, "failed to load inetmib1.dll\n");
|
||||
|
||||
if (!mod) return NULL;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user