advapi32/tests: Fix copy & paste issue (Cppcheck).

This commit is contained in:
Bruno Jesus 2014-10-30 23:04:22 -02:00 committed by Alexandre Julliard
parent 06afdda617
commit c7772a5d10
1 changed files with 1 additions and 1 deletions

View File

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