oleaut32: Fixed compiler warning.

This commit is contained in:
Alexandre Julliard 2006-07-27 12:03:33 +02:00
parent 46c4b88ba5
commit 06fbe6012f
1 changed files with 1 additions and 1 deletions

View File

@ -1427,7 +1427,7 @@ static HRESULT WINAPI OLEFontImpl_Invoke(
}
if (pDispParams->cArgs != 1)
{
ERR("param count for DISPATCH_PROPERTYPUT was %ld instead of 1\n", pDispParams->cArgs);
ERR("param count for DISPATCH_PROPERTYPUT was %d instead of 1\n", pDispParams->cArgs);
return DISP_E_BADPARAMCOUNT;
}
}