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

Francois Gouget fgouget at free.fr
Fri Sep 5 06:14:36 CDT 2008


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

diff --git a/dlls/crypt32/tests/ctl.c b/dlls/crypt32/tests/ctl.c
index f92760c..d8c4a62 100644
--- a/dlls/crypt32/tests/ctl.c
+++ b/dlls/crypt32/tests/ctl.c
@@ -231,7 +231,7 @@ static void testCTLProperties(void)
     ok(ret, "CertGetCTLContextProperty failed: %08x\n", GetLastError());
     ret = CertGetCTLContextProperty(ctl, CERT_ACCESS_STATE_PROP_ID, &access,
      &size);
-    ok(ret, "CertGetCTLContextProperty failed: %08x", GetLastError());
+    ok(ret, "CertGetCTLContextProperty failed: %08x\n", GetLastError());
     ok(!(access & CERT_ACCESS_STATE_WRITE_PERSIST_FLAG),
      "Didn't expect a persisted cert\n");
 
-- 
1.5.6.3




More information about the wine-patches mailing list