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

Francois Gouget fgouget at free.fr
Wed Oct 17 16:24:43 CDT 2012


---
 dlls/wined3d/directx.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/wined3d/directx.c b/dlls/wined3d/directx.c
index 7213d05..b18a99f 100644
--- a/dlls/wined3d/directx.c
+++ b/dlls/wined3d/directx.c
@@ -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;
-- 
1.7.10.4



More information about the wine-patches mailing list