Commit 0c9ee666 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

d3dcompiler_43: Remove an unwanted trailing '\n' in debug_dump_instr().

parent e4ca67f7
...@@ -2161,7 +2161,7 @@ static void debug_dump_instr(const struct hlsl_ir_node *instr) ...@@ -2161,7 +2161,7 @@ static void debug_dump_instr(const struct hlsl_ir_node *instr)
debug_dump_ir_if(if_from_node(instr)); debug_dump_ir_if(if_from_node(instr));
break; break;
default: default:
TRACE("No dump function for %s\n", debug_node_type(instr->type)); TRACE("<No dump function for %s>", debug_node_type(instr->type));
} }
} }
......
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