Commit 9c63e186 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

wined3d: Add a '\n' to Wine traces.

parent 5a127ad5
......@@ -673,7 +673,7 @@ static void nvrc_fragment_free(IWineD3DDevice *iface) {}
*/
static BOOL nvts_conv_supported(WINED3DFORMAT fmt) {
TRACE("Checking shader format support for format %s: [FAILED]", debug_d3dformat(fmt));
TRACE("Checking shader format support for format %s: [FAILED]\n", debug_d3dformat(fmt));
return FALSE;
}
......
......@@ -5557,7 +5557,7 @@ static void ffp_fragment_get_caps(WINED3DDEVTYPE devtype, WineD3D_GL_Info *gl_in
static HRESULT ffp_fragment_alloc(IWineD3DDevice *iface) { return WINED3D_OK; }
static void ffp_fragment_free(IWineD3DDevice *iface) {}
static BOOL ffp_conv_supported(WINED3DFORMAT fmt) {
TRACE("Checking shader format support for format %s: [FAILED]", debug_d3dformat(fmt));
TRACE("Checking shader format support for format %s: [FAILED]\n", debug_d3dformat(fmt));
return FALSE;
}
......
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