ddraw/tests: Remove a space before a '\n'.

This commit is contained in:
Francois Gouget 2010-11-02 11:42:26 +01:00 committed by Alexandre Julliard
parent 5c7bcdadcf
commit 6fb3a0a032

View File

@ -578,7 +578,7 @@ static void testcooperativelevels_normal(void)
else
{
todo_wine ok(rc == DD_OK, "IDirectDraw_CreateSurface returned %08x\n", rc);
todo_wine ok(surface!=NULL, "Returned NULL surface pointer \n");
todo_wine ok(surface!=NULL, "Returned NULL surface pointer\n");
}
if(surface && surface != (IDirectDrawSurface *)0xdeadbeef) IDirectDrawSurface_Release(surface);