mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 08:49:15 +00:00
Fixed format string.
This commit is contained in:
parent
216e0248bc
commit
22780c814d
1 changed files with 1 additions and 1 deletions
|
@ -1988,7 +1988,7 @@ HTASK WINAPI mciGetCreatorTask(UINT uDeviceID)
|
|||
|
||||
if ((wmd = MCI_GetDriver(uDeviceID))) ret = (HTASK)wmd->CreatorThread;
|
||||
|
||||
TRACE("(%u) => %08lx\n", uDeviceID, ret);
|
||||
TRACE("(%u) => %08x\n", uDeviceID, ret);
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue