Sync to Wine-0_9_2: Francois Gouget fgouget@free.fr - Remove spaces before '\n' in traces. Modified: trunk/reactos/lib/dplayx/dplay.c _____
Modified: trunk/reactos/lib/dplayx/dplay.c --- trunk/reactos/lib/dplayx/dplay.c 2005-11-25 23:09:03 UTC (rev 19587) +++ trunk/reactos/lib/dplayx/dplay.c 2005-11-25 23:10:34 UTC (rev 19588) @@ -2664,7 +2664,7 @@
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 )