mirror of
https://github.com/reactos/reactos.git
synced 2025-04-20 04:20:46 +00:00
[SETUPAPI]
- fix typo svn path=/trunk/; revision=53205
This commit is contained in:
parent
769718b08d
commit
72129a7449
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue