mirror of
https://github.com/reactos/wine.git
synced 2025-02-01 09:42:14 +00:00
ddraw/tests: Get rid of a carriage return in a trace.
This commit is contained in:
parent
ba394d68be
commit
bf64bbd1fb
@ -345,7 +345,7 @@ static void flushdisplaymodes(void)
|
||||
|
||||
static HRESULT WINAPI enummodescallback(LPDDSURFACEDESC lpddsd, LPVOID lpContext)
|
||||
{
|
||||
trace("Width = %i, Height = %i, Refresh Rate = %i, Pitch = %i, flags =%02X\r\n",
|
||||
trace("Width = %i, Height = %i, Refresh Rate = %i, Pitch = %i, flags =%02X\n",
|
||||
lpddsd->dwWidth, lpddsd->dwHeight,
|
||||
U2(*lpddsd).dwRefreshRate, U1(*lpddsd).lPitch, lpddsd->dwFlags);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user