Commit f5acfaad authored by Michael Jung's avatar Michael Jung Committed by Alexandre Julliard

Replaced tabs with spaces.

parent a84ce964
......@@ -688,8 +688,8 @@ static HRESULT WINAPI UnixFolder_IShellFolder2_EnumObjects(IShellFolder2* iface,
iface, hwndOwner, grfFlags, ppEnumIDList);
if (!This->m_pszPath) {
WARN("EnumObjects called on uninitialized UnixFolder-object!\n");
return E_UNEXPECTED;
WARN("EnumObjects called on uninitialized UnixFolder-object!\n");
return E_UNEXPECTED;
}
newIterator = UnixSubFolderIterator_Constructor(This, grfFlags);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment