Module: wine Branch: master Commit: dc6428f350acb7a20eab22ad1524c27c3c091c1e URL: http://source.winehq.org/git/wine.git/?a=commit;h=dc6428f350acb7a20eab22ad15...
Author: Francois Gouget fgouget@free.fr Date: Tue Aug 24 10:01:27 2010 +0200
explorerframe/tests: Add a trailing '\n' to an ok() call.
---
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);