mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
return correct value in SETUPAPI_GetCurrentHwProfile
Fix for Coverity error CID: 782 svn path=/trunk/; revision=36434
This commit is contained in:
parent
931c14a8ea
commit
b13cfee486
1 changed files with 1 additions and 1 deletions
|
@ -4592,7 +4592,7 @@ cleanup:
|
|||
if (hKey != NULL)
|
||||
RegCloseKey(hKey);
|
||||
|
||||
return hwProfile;
|
||||
return ret;
|
||||
}
|
||||
|
||||
static BOOL
|
||||
|
|
Loading…
Reference in a new issue