Correct typo in format string.

This commit is contained in:
Vincent Béron 2005-08-15 09:43:45 +00:00 committed by Alexandre Julliard
parent 3ebeb2377f
commit f1d66c008d
1 changed files with 1 additions and 1 deletions

View File

@ -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;