explorerframe/tests: Add a trailing '\n' to an ok() call.

Francois Gouget fgouget at free.fr
Tue Aug 24 03:01:27 CDT 2010


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

diff --git a/dlls/explorerframe/tests/nstc.c b/dlls/explorerframe/tests/nstc.c
index 83ec748..5142d84 100644
--- a/dlls/explorerframe/tests/nstc.c
+++ b/dlls/explorerframe/tests/nstc.c
@@ -1324,7 +1324,7 @@ static void test_basics(void)
     psia = (void*)0xdeadbeef;
     hr = INameSpaceTreeControl_GetSelectedItems(pnstc, &psia);
     ok(hr == E_FAIL, "Got 0x%08x\n", hr);
-    ok(psia == (void*)0xdeadbeef, "Got %p", psia);
+    ok(psia == (void*)0xdeadbeef, "Got %p\n", psia);
 
     hr = INameSpaceTreeControl_AppendRoot(pnstc, psitestdir2, SHCONTF_FOLDERS, 0, NULL);
     ok(hr == S_OK, "Got (0x%08x)\n", hr);
-- 
1.7.1




More information about the wine-patches mailing list