wined3d: Add a trailing '\n' to a Wine trace.

This commit is contained in:
Francois Gouget 2012-10-17 23:24:43 +02:00 committed by Alexandre Julliard
parent 8e6934fae7
commit 23470870a1
1 changed files with 1 additions and 1 deletions

View File

@ -2186,7 +2186,7 @@ static enum wined3d_pci_device select_card_handler(const struct gl_vendor_select
TRACE("Applying card selector \"%s\".\n", table[i].description);
return table[i].select_card(gl_info, gl_renderer);
}
FIXME("Couldn't find a suitable card selector for GL vendor %04x (using GL_RENDERER %s)",
FIXME("Couldn't find a suitable card selector for GL vendor %04x (using GL_RENDERER %s)\n",
gl_vendor, debugstr_a(gl_renderer));
return PCI_DEVICE_NONE;