diff --git a/dll/win32/setupapi/devinst.c b/dll/win32/setupapi/devinst.c index 81b21eb0e52..6ab6184cca9 100644 --- a/dll/win32/setupapi/devinst.c +++ b/dll/win32/setupapi/devinst.c @@ -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);