mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
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 */
|
||||
if (!protected)
|
||||
{
|
||||
skip("CryptProtectData failed to run\\n");
|
||||
skip("CryptProtectData failed to run\n");
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user