ChangeSet ID: 21089 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard(a)winehq.org 2005/11/03 07:17:32 Modified files: dlls/shell32 : shfldr_unixfs.c Log message: Michael Jung <mjung(a)iss.tu-darmstadt.de> Replaced tabs with spaces. Patch: http://cvs.winehq.org/patch.py?id=21089 Old revision New revision Changes Path 1.58 1.59 +2 -2 wine/dlls/shell32/shfldr_unixfs.c Index: wine/dlls/shell32/shfldr_unixfs.c diff -u -p wine/dlls/shell32/shfldr_unixfs.c:1.58 wine/dlls/shell32/shfldr_unixfs.c:1.59 --- wine/dlls/shell32/shfldr_unixfs.c:1.58 3 Nov 2005 13:17:32 -0000 +++ wine/dlls/shell32/shfldr_unixfs.c 3 Nov 2005 13:17:32 -0000 @@ -688,8 +688,8 @@ static HRESULT WINAPI UnixFolder_IShellF 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);