mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 11:43:31 +00:00
crypt32/tests: Fix an end of line character.
This commit is contained in:
parent
58b00da312
commit
ea1a182969
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue