From 91e16801546a83c85df2652a9d52b3dc8c24e51d Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Tue, 3 Jul 2012 09:14:26 +0200 Subject: [PATCH] dssenh/tests: Add a trailing '\n' to a skip() call. --- dlls/dssenh/tests/dssenh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/dssenh/tests/dssenh.c b/dlls/dssenh/tests/dssenh.c index b77dd23795e..332b86571ab 100644 --- a/dlls/dssenh/tests/dssenh.c +++ b/dlls/dssenh/tests/dssenh.c @@ -74,7 +74,7 @@ static void test_acquire_context(void) &hProv, NULL, MS_DEF_DSS_PROV_A, PROV_DSS, CRYPT_VERIFYCONTEXT); if(!result) { - skip("DSS csp is currently not available, skipping tests."); + skip("DSS csp is currently not available, skipping tests.\n"); return; } ok(result, "Expected no errors.\n");