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…
Reference in New Issue