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

This commit is contained in:
Francois Gouget 2012-09-19 20:50:13 +02:00 committed by Alexandre Julliard
parent e4ca67f7aa
commit 0c9ee6663f
1 changed files with 1 additions and 1 deletions

View File

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