Commit 899cb20e authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

inetmib1/tests: Add a trailing '\n' to an ok() call.

parent 0a20d468
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment