Module: wine Branch: master Commit: ea1a18296917ba38937427c7363ed6d002058209 URL: http://source.winehq.org/git/wine.git/?a=commit;h=ea1a18296917ba38937427c736...
Author: Alexandre Julliard julliard@winehq.org Date: Wed Jun 4 12:33:03 2008 +0200
crypt32/tests: Fix an end of line character.
---
dlls/crypt32/tests/protectdata.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/crypt32/tests/protectdata.c b/dlls/crypt32/tests/protectdata.c index d0c662e..b77b81b 100644 --- a/dlls/crypt32/tests/protectdata.c +++ b/dlls/crypt32/tests/protectdata.c @@ -122,7 +122,7 @@ static void test_cryptunprotectdata(void) /* fails in win2k */ if (!protected) { - skip("CryptProtectData failed to run\n"); + skip("CryptProtectData failed to run\n"); return; }