From 1317009c195bf80bb0582bb301ce4aa94ad2d6ba Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sat, 6 Aug 2011 20:13:59 -0700 Subject: [PATCH] Fix a trace --- buffer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buffer.c b/buffer.c index bfff44e6467..53e179bb6e1 100644 --- a/buffer.c +++ b/buffer.c @@ -1442,7 +1442,7 @@ static HRESULT WINAPI DS8Buffer_Play(IDirectSoundBuffer8 *iface, DWORD res1, DWO ALint type, state = AL_STOPPED; HRESULT hr; - TRACE("(%p)->(%"LONGFMT"u, %"LONGFMT"u, %"LONGFMT"u\n", iface, res1, prio, flags); + TRACE("(%p)->(%"LONGFMT"u, %"LONGFMT"u, %"LONGFMT"u)\n", iface, res1, prio, flags); EnterCriticalSection(This->crst); setALContext(This->ctx); -- 2.11.4.GIT