Fix warnings introduced by my last patch.

This commit is contained in:
Dmitry Timoshkov 2004-06-15 17:02:46 +00:00 committed by Alexandre Julliard
parent c7d2379916
commit a98f0dffa6
1 changed files with 1 additions and 1 deletions

View File

@ -719,7 +719,7 @@ static HDDEDATA CALLBACK dde_cb(UINT uType, UINT uFmt, HCONV hConv,
HSZ hsz1, HSZ hsz2, HDDEDATA hData,
ULONG_PTR dwData1, ULONG_PTR dwData2)
{
TRACE("dde_cb: %04x, %04x, %p, %p, %p, %p, %p, %p\n",
TRACE("dde_cb: %04x, %04x, %p, %p, %p, %p, %08lx, %08lx\n",
uType, uFmt, hConv, hsz1, hsz2, hData, dwData1, dwData2);
return NULL;
}