d3dx9_36/tests: Add a trailing '\n' to an ok() call.

This commit is contained in:
Francois Gouget 2012-05-04 16:25:41 +02:00 committed by Alexandre Julliard
parent 1767fafa00
commit 8036abe4da
1 changed files with 1 additions and 1 deletions

View File

@ -10173,7 +10173,7 @@ static void test_optimize_faces(void)
tc[i].num_vertices, tc[i].indices_are_32bit,
face_remap);
ok(hr == D3D_OK, "D3DXOptimizeFaces test case %d failed. "
"Got %x\n, expected D3D_OK", i, hr);
"Got %x\n, expected D3D_OK\n", i, hr);
/* Compare face remap with expected face remap */
for (j = 0; j < tc[i].num_faces; j++)