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

View File

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