mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
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:
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user