21 Feb
2022
21 Feb
'22
7:07 a.m.
This prevents -Wmisleading-indentation warnings (Mingw GCC11) Signed-off-by: Eric Pouech <eric.pouech(a)gmail.com> --- dlls/bcrypt/tests/bcrypt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/bcrypt/tests/bcrypt.c b/dlls/bcrypt/tests/bcrypt.c index 46793018742..e7619897cfd 100644 --- a/dlls/bcrypt/tests/bcrypt.c +++ b/dlls/bcrypt/tests/bcrypt.c @@ -81,7 +81,7 @@ static void test_BCryptGetFipsAlgorithmMode(void) else { expected = FALSE; -todo_wine + todo_wine ok(0, "Neither XP or Vista key is present\n"); } RegCloseKey(hkey);