libs/vkd3d: Fix typo in FIXME() message.

This commit is contained in:
Józef Kucia 2016-09-29 10:46:42 +02:00
parent e2a72ee610
commit b4305f94f0
1 changed files with 1 additions and 1 deletions

View File

@ -1324,7 +1324,7 @@ static void STDMETHODCALLTYPE d3d12_command_queue_ExecuteCommandLists(ID3D12Comm
static void STDMETHODCALLTYPE d3d12_command_queue_SetMarker(ID3D12CommandQueue *iface,
UINT metadata, const void *data, UINT size)
{
FIXME("iface %p, metadata %#x, datap %p, size %u stub!\n",
FIXME("iface %p, metadata %#x, data %p, size %u stub!\n",
iface, metadata, data, size);
}