Correct typo in format string.
This commit is contained in:
parent
3ebeb2377f
commit
f1d66c008d
|
@ -1950,7 +1950,7 @@ HMENU WINAPI SHGetMenuFromID(HMENU hMenu, UINT uID)
|
|||
{
|
||||
MENUITEMINFOW mi;
|
||||
|
||||
TRACE("(%p,%uld)\n", hMenu, uID);
|
||||
TRACE("(%p,%u)\n", hMenu, uID);
|
||||
|
||||
mi.cbSize = sizeof(mi);
|
||||
mi.fMask = MIIM_SUBMENU;
|
||||
|
|
Loading…
Reference in New Issue