Skip to content
Snippets Groups Projects
Commit b4305f94 authored by Józef Kucia's avatar Józef Kucia
Browse files

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

parent e2a72ee6
No related branches found
No related tags found
No related merge requests found
......@@ -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);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment