d3dxof/tests: Improve some messages.

This commit is contained in:
Christian Costa 2012-03-08 09:16:54 +01:00 committed by Alexandre Julliard
parent 235bb47d18
commit bfd56e5bdc
1 changed files with 2 additions and 2 deletions

View File

@ -673,11 +673,11 @@ static void test_dump(void)
if (!ReadFile(hFile, pvData, 10000, &cbSize, NULL))
{
skip("Template file is too big\n");
skip("Templates file is too big\n");
goto exit;
}
printf("Load %d bytes\n", cbSize);
printf("Load templates file (%d bytes)\n", cbSize);
hr = pDirectXFileCreate(&lpDirectXFile);
ok(hr == DXFILE_OK, "DirectXFileCreate: %x\n", hr);