Commit 22780c81 authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Alexandre Julliard

Fixed format string.

parent 216e0248
...@@ -1988,7 +1988,7 @@ HTASK WINAPI mciGetCreatorTask(UINT uDeviceID) ...@@ -1988,7 +1988,7 @@ HTASK WINAPI mciGetCreatorTask(UINT uDeviceID)
if ((wmd = MCI_GetDriver(uDeviceID))) ret = (HTASK)wmd->CreatorThread; if ((wmd = MCI_GetDriver(uDeviceID))) ret = (HTASK)wmd->CreatorThread;
TRACE("(%u) => %08lx\n", uDeviceID, ret); TRACE("(%u) => %08x\n", uDeviceID, ret);
return ret; return ret;
} }
......
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