Fixed format string.

oldstable
Gerald Pfeifer 2002-07-29 23:29:23 +00:00 committed by Alexandre Julliard
parent 216e0248bc
commit 22780c814d
1 changed files with 1 additions and 1 deletions

View File

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