[SETUPAPI]
authorJérôme Gardou <jerome.gardou@reactos.org>
Sat, 13 Aug 2011 15:55:16 +0000 (15:55 +0000)
committerJérôme Gardou <jerome.gardou@reactos.org>
Sat, 13 Aug 2011 15:55:16 +0000 (15:55 +0000)
- fix typo

svn path=/trunk/; revision=53205

reactos/dll/win32/setupapi/driver.c

index 41de21a..9b65943 100644 (file)
@@ -609,7 +609,7 @@ RegpApplyRestrictions( DWORD dwFlags, DWORD dwType, DWORD cbData,
 
                 if ((dwFlags & RRF_RT_DWORD) == RRF_RT_DWORD)
                     cbExpect = 4;
-                else if ((dwFlags & RRF_RT_DWORD) == RRF_RT_QWORD)
+                else if ((dwFlags & RRF_RT_QWORD) == RRF_RT_QWORD)
                     cbExpect = 8;
 
                 if (cbExpect && cbData != cbExpect)