mirror of
https://github.com/reactos/wine.git
synced 2025-04-03 00:21:39 +00:00
advapi32/tests: Fix copy & paste issue (Cppcheck).
This commit is contained in:
parent
06afdda617
commit
c7772a5d10
@ -1136,7 +1136,7 @@ static void test_reg_open_key(void)
|
||||
ok(error == ERROR_SUCCESS,
|
||||
"Expected RegSetKeySecurity to return success, got error %u\n", error);
|
||||
|
||||
bRet = RegSetKeySecurity(hkRoot32, DACL_SECURITY_INFORMATION, sd);
|
||||
error = RegSetKeySecurity(hkRoot32, DACL_SECURITY_INFORMATION, sd);
|
||||
ok(error == ERROR_SUCCESS,
|
||||
"Expected RegSetKeySecurity to return success, got error %u\n", error);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user