aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/error.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cp/error.c')
-rw-r--r--gcc/cp/error.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/error.c b/gcc/cp/error.c
index 7019899..9fbd8a7 100644
--- a/gcc/cp/error.c
+++ b/gcc/cp/error.c
@@ -1142,7 +1142,7 @@ dump_template_decl (t, flags)
dump_template_parameter (TREE_VEC_ELT (inner_parms, i), flags);
}
print_template_argument_list_end (scratch_buffer);
- separate_with_comma (scratch_buffer);
+ output_add_space (scratch_buffer);
}
nreverse(orig_parms);
/* If we've shown the template<args> prefix, we'd better show the