mirror of
https://github.com/reactos/reactos.git
synced 2025-07-27 07:41:51 +00:00
Fix typo in RegpApplyRestrictions (patch submitted to WINE by Andrew Talbot)
svn path=/trunk/; revision=30844
This commit is contained in:
parent
dba56805a0
commit
decb224735
1 changed files with 1 additions and 1 deletions
|
@ -1721,7 +1721,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…
Add table
Add a link
Reference in a new issue