wined3d: Fix a typo.

This commit is contained in:
Henri Verbeet 2009-06-17 10:19:49 +02:00 committed by Alexandre Julliard
parent 6b2f56a0a7
commit dad6c311ec
1 changed files with 1 additions and 1 deletions

View File

@ -2508,7 +2508,7 @@ static HRESULT d3dfmt_convert_surface(const BYTE *src, BYTE *dst, UINT pitch, UI
}
default:
ERR("Unsupported conversation type %d\n", convert);
ERR("Unsupported conversion type %#x.\n", convert);
}
return WINED3D_OK;
}