Commit f1d66c00 authored by Vincent Béron's avatar Vincent Béron Committed by Alexandre Julliard

Correct typo in format string.

parent 3ebeb237
...@@ -1950,7 +1950,7 @@ HMENU WINAPI SHGetMenuFromID(HMENU hMenu, UINT uID) ...@@ -1950,7 +1950,7 @@ HMENU WINAPI SHGetMenuFromID(HMENU hMenu, UINT uID)
{ {
MENUITEMINFOW mi; MENUITEMINFOW mi;
TRACE("(%p,%uld)\n", hMenu, uID); TRACE("(%p,%u)\n", hMenu, uID);
mi.cbSize = sizeof(mi); mi.cbSize = sizeof(mi);
mi.fMask = MIIM_SUBMENU; mi.fMask = MIIM_SUBMENU;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment