mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
- Fix typo.
svn path=/trunk/; revision=39061
This commit is contained in:
parent
07c701dd73
commit
543ed8edd0
1 changed files with 1 additions and 1 deletions
|
@ -609,7 +609,7 @@ IntGetMenuItemByFlag(PMENU_OBJECT Menu, UINT uSearchBy, UINT fFlag,
|
|||
if(CurItem->fType & MF_POPUP)
|
||||
{
|
||||
PMENU_OBJECT NewMenu = UserGetMenuObject(CurItem->hSubMenu);
|
||||
if(Menu)
|
||||
if(NewMenu)
|
||||
{
|
||||
ret = IntGetMenuItemByFlag(NewMenu, uSearchBy, fFlag,
|
||||
SubMenu, MenuItem, PrevMenuItem);
|
||||
|
|
Loading…
Reference in a new issue