mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
oleaut32: Fixed compiler warning.
This commit is contained in:
parent
46c4b88ba5
commit
06fbe6012f
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user