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

This commit is contained in:
Francois Gouget 2007-03-28 10:00:58 +02:00 committed by Alexandre Julliard
parent 61db3be294
commit 45827fb404
1 changed files with 1 additions and 1 deletions

View File

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