Commit ad887d60 authored by Sebastian Lackner's avatar Sebastian Lackner Committed by Alexandre Julliard

wined3d: Fix a typo in TRACE message.

Spotted by Sergey Isakov. Signed-off-by: 's avatarSebastian Lackner <sebastian@fds-team.de> Signed-off-by: 's avatarHenri Verbeet <hverbeet@codeweavers.com> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent 2fe8e291
......@@ -1454,7 +1454,7 @@ static const struct gpu_description *query_gpu_description(const struct wined3d_
if (wined3d_settings.pci_device_id != PCI_DEVICE_NONE)
{
device = wined3d_settings.pci_device_id;
TRACE("Overriding device PCI ID with 0x%04x.\n", vendor);
TRACE("Overriding device PCI ID with 0x%04x.\n", device);
}
if (wined3d_settings.emulated_textureram)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment