rpcrt4/tests: Fix the trailing '\n' in an ok() call.

Francois Gouget fgouget at free.fr
Wed Dec 17 03:26:47 CST 2008


---
 dlls/rpcrt4/tests/rpc.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/rpcrt4/tests/rpc.c b/dlls/rpcrt4/tests/rpc.c
index 796e408..069ead1 100644
--- a/dlls/rpcrt4/tests/rpc.c
+++ b/dlls/rpcrt4/tests/rpc.c
@@ -400,7 +400,7 @@ static void test_towers(void)
        broken(ret != RPC_S_OK), /* win2k, indeterminate */
        "TowerExplode failed with error %ld\n", ret);
     /* Windows XP SP3 sets address to NULL */
-    ok(!address || !strcmp(address, ""), "address was \"%s\" instead of \"\"\n or NULL (XP SP3)", address);
+    ok(!address || !strcmp(address, ""), "address was \"%s\" instead of \"\" or NULL (XP SP3)\n", address);
 
     I_RpcFree(address);
     I_RpcFree(tower);
-- 
1.5.6.5




More information about the wine-patches mailing list