mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
return correct value in SETUPAPI_GetCurrentHwProfile
Fix for Coverity error CID: 782 svn path=/trunk/; revision=36434
This commit is contained in:
@@ -4592,7 +4592,7 @@ cleanup:
|
||||
if (hKey != NULL)
|
||||
RegCloseKey(hKey);
|
||||
|
||||
return hwProfile;
|
||||
return ret;
|
||||
}
|
||||
|
||||
static BOOL
|
||||
|
||||
Reference in New Issue
Block a user