mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
Fix merge artifact
svn path=/branches/cmake-bringup/; revision=50666
This commit is contained in:
parent
33533af643
commit
44366c9fd0
1 changed files with 1 additions and 1 deletions
|
@ -2203,7 +2203,7 @@ BOOL WINAPI SetupDiGetClassDescriptionExW(
|
|||
MachineName,
|
||||
Reserved);
|
||||
if (hKey == INVALID_HANDLE_VALUE)
|
||||
return FALSE;
|
||||
return FALSE;
|
||||
|
||||
/* Retrieve the class description data and close the key */
|
||||
rc = QueryRegistryValue(hKey, NULL, (LPBYTE *) &Buffer, &dwRegType, &dwLength);
|
||||
|
|
Loading…
Reference in a new issue