Commit 45827fb4 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

netapi32/tests: Add a missing '\n' to a trace().

parent 61db3be2
......@@ -164,7 +164,7 @@ static void run_usergetinfo_tests(void)
ok(rc == ERROR_INVALID_NAME,"Invalid Server Name: rc=%d\n",rc);
if(delete_test_user() != NERR_Success)
trace("Deleting the test user failed. You might have to manually delete it.");
trace("Deleting the test user failed. You might have to manually delete it.\n");
}
/* checks Level 1 of NetQueryDisplayInformation
......
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