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)
|
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,
|
lpddsd->dwWidth, lpddsd->dwHeight,
|
||||||
U2(*lpddsd).dwRefreshRate, U1(*lpddsd).lPitch, lpddsd->dwFlags);
|
U2(*lpddsd).dwRefreshRate, U1(*lpddsd).lPitch, lpddsd->dwFlags);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue