ddraw/tests: Get rid of a carriage return in a trace.

This commit is contained in:
Nicolas Le Cam 2009-12-05 14:54:06 +01:00 committed by Alexandre Julliard
parent ba394d68be
commit bf64bbd1fb
1 changed files with 1 additions and 1 deletions

View File

@ -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);