From 9d13cbc11b664ccd4b66062dca3c25618bb5a902 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=A9=20van=20Geldorp?= Date: Fri, 25 Nov 2005 23:10:34 +0000 Subject: [PATCH] Sync to Wine-0_9_2: Francois Gouget - Remove spaces before '\n' in traces. svn path=/trunk/; revision=19588 --- reactos/lib/dplayx/dplay.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/lib/dplayx/dplay.c b/reactos/lib/dplayx/dplay.c index 020f72928b9..7748156ec8d 100644 --- a/reactos/lib/dplayx/dplay.c +++ b/reactos/lib/dplayx/dplay.c @@ -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 ) -- 2.17.1