Alexandre Julliard : crypt32/tests: Fix an end of line character.

Alexandre Julliard julliard at winehq.org
Wed Jun 4 06:35:34 CDT 2008


Module: wine
Branch: master
Commit: ea1a18296917ba38937427c7363ed6d002058209
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=ea1a18296917ba38937427c7363ed6d002058209

Author: Alexandre Julliard <julliard at 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;
     }
 




More information about the wine-cvs mailing list