From 0c9ee6663f650ffe6d071292d67421dc383c6f1c Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Wed, 19 Sep 2012 20:50:13 +0200 Subject: [PATCH] d3dcompiler_43: Remove an unwanted trailing '\n' in debug_dump_instr(). --- dlls/d3dcompiler_43/utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/d3dcompiler_43/utils.c b/dlls/d3dcompiler_43/utils.c index e0cac23f67c..84443ae6924 100644 --- a/dlls/d3dcompiler_43/utils.c +++ b/dlls/d3dcompiler_43/utils.c @@ -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("", debug_node_type(instr->type)); } } -- 2.11.4.GIT