mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 23:22:36 +00:00
Fix typo
svn path=/trunk/; revision=23071
This commit is contained in:
parent
c1685e75b7
commit
0a02efc6e2
1 changed files with 1 additions and 1 deletions
|
@ -4073,7 +4073,7 @@ GetMenuItemInfoW(
|
|||
if (!NtUserMenuItemInfo(Menu, Item, ByPosition, (PROSMENUITEMINFO) &miiW, FALSE))
|
||||
return FALSE;
|
||||
|
||||
RtlCopyMemory(mii, &miiW, miiW.cbSize); // looks okay to over right user data.
|
||||
RtlCopyMemory(mii, &miiW, miiW.cbSize); // looks okay to over write user data.
|
||||
|
||||
if (!String || !Count)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue