Sync to Wine-0_9_2:

Francois Gouget <[email protected]>
- Remove spaces before '\n' in traces.

svn path=/trunk/; revision=19588
This commit is contained in:
Gé van Geldorp
2005-11-25 23:10:34 +00:00
parent ae83c9af7c
commit 9d13cbc11b
+1 -1
View File
@@ -2664,7 +2664,7 @@ static HRESULT WINAPI DP_IF_GetPlayerName
LPDPNAME lpName = (LPDPNAME)lpData;
DWORD dwRequiredDataSize;
FIXME( "(%p)->(0x%08lx,%p,%p,%u): ANSI \n",
FIXME( "(%p)->(0x%08lx,%p,%p,%u): ANSI\n",
This, idPlayer, lpData, lpdwDataSize, bAnsi );
if( ( lpPList = DP_FindPlayer( This, idPlayer ) ) == NULL )