Commit ea1a1829 authored by Alexandre Julliard's avatar Alexandre Julliard

crypt32/tests: Fix an end of line character.

parent 58b00da3
...@@ -122,7 +122,7 @@ static void test_cryptunprotectdata(void) ...@@ -122,7 +122,7 @@ static void test_cryptunprotectdata(void)
/* fails in win2k */ /* fails in win2k */
if (!protected) if (!protected)
{ {
skip("CryptProtectData failed to run\\n"); skip("CryptProtectData failed to run\n");
return; return;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment