Module: wine Branch: master Commit: 45827fb404b5bb4e10decd9f3f25119208a998dd URL: http://source.winehq.org/git/wine.git/?a=commit;h=45827fb404b5bb4e10decd9f3f...
Author: Francois Gouget fgouget@free.fr Date: Wed Mar 28 10:00:58 2007 +0200
netapi32/tests: Add a missing '\n' to a trace().
---
dlls/netapi32/tests/access.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/netapi32/tests/access.c b/dlls/netapi32/tests/access.c index c92c9f8..3861768 100644 --- a/dlls/netapi32/tests/access.c +++ b/dlls/netapi32/tests/access.c @@ -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