Fix merge artifact

svn path=/branches/cmake-bringup/; revision=50666
This commit is contained in:
Timo Kreuzer 2011-02-12 10:46:17 +00:00
parent 33533af643
commit 44366c9fd0

View file

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