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

Francois Gouget fgouget at free.fr
Wed Mar 28 03:00:58 CDT 2007


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




More information about the wine-patches mailing list