Author: tkreuzer Date: Sat Feb 12 10:46:17 2011 New Revision: 50666
URL: http://svn.reactos.org/svn/reactos?rev=50666&view=rev Log: Fix merge artifact
Modified: branches/cmake-bringup/dll/win32/setupapi/devinst.c
Modified: branches/cmake-bringup/dll/win32/setupapi/devinst.c URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/dll/win32/setupapi... ============================================================================== --- branches/cmake-bringup/dll/win32/setupapi/devinst.c [iso-8859-1] (original) +++ branches/cmake-bringup/dll/win32/setupapi/devinst.c [iso-8859-1] Sat Feb 12 10:46:17 2011 @@ -2203,7 +2203,7 @@ 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);