mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 19:26:29 +00:00
- Fix typo, found by PVS-Studio
svn path=/trunk/; revision=53515
This commit is contained in:
parent
bb4799bafe
commit
2504a4e518
1 changed files with 1 additions and 1 deletions
|
@ -4344,7 +4344,7 @@ GetMenuItemInfoA(
|
|||
{
|
||||
AnsiBuffer[miiW.cch] = 0;
|
||||
}
|
||||
mii->cch = mii->cch;
|
||||
mii->cch = miiW->cch;
|
||||
}
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue