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

This commit is contained in:
Francois Gouget 2014-02-12 10:28:38 +01:00 committed by Alexandre Julliard
parent 0a20d46801
commit 899cb20eb9
1 changed files with 1 additions and 1 deletions

View File

@ -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;