crypt32/tests: Fix an end of line character.
This commit is contained in:
parent
58b00da312
commit
ea1a182969
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue