mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
ddraw/tests: Remove a space before a '\n'.
This commit is contained in:
parent
5c7bcdadcf
commit
6fb3a0a032
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user