From 44366c9fd097043e329d769b7f2fa5a19b6cce05 Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Sat, 12 Feb 2011 10:46:17 +0000 Subject: [PATCH] Fix merge artifact svn path=/branches/cmake-bringup/; revision=50666 --- dll/win32/setupapi/devinst.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);