crypt32/tests: Fix an end of line character.

This commit is contained in:
Alexandre Julliard 2008-06-04 12:33:03 +02:00
parent 58b00da312
commit ea1a182969
1 changed files with 1 additions and 1 deletions

View File

@ -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;
} }