Fixed a small syntax problem.

This commit is contained in:
Andreas Mohr 1999-05-02 09:20:07 +00:00 committed by Alexandre Julliard
parent ddb2e291d3
commit 9d454b2176
1 changed files with 1 additions and 1 deletions

View File

@ -659,7 +659,7 @@ static HRESULT WINAPI IShellFolder_fnGetAttributesOf(IShellFolder * iface,UINT c
TRACE(shell,"(%p)->(%d,%p,%p)\n",This,cidl,apidl,rgfInOut); TRACE(shell,"(%p)->(%d,%p,%p)\n",This,cidl,apidl,rgfInOut);
if ((! cidl )| (!apidl) | (!rgfInOut)) if ( (!cidl) || (!apidl) || (!rgfInOut))
return E_INVALIDARG; return E_INVALIDARG;
pidltemp=apidl; pidltemp=apidl;