On Mon, Aug 22, 2011 at 1:54 PM, Michał Ziętek wrote:
> +static HRESULT WINAPI TextStream_QueryInterface(ITextStream *iface, REFIID 
> riid, void **ppv)
> +{
> +    WINE_TRACE("(%s %p)\n", wine_dbgstr_guid(riid), ppv);
> +
> +    if(IsEqualGUID(&IID_IUnknown, riid)
> +       || IsEqualGUID(&IID_IDispatch, riid)
> +       || IsEqualGUID(&IID_IArguments2, riid)) {

Hello,

There's a copy-paste typo here.

Cheers,
Octavian


Reply via email to