aboutsummaryrefslogtreecommitdiff
path: root/gdb/c-typeprint.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/c-typeprint.c')
-rw-r--r--gdb/c-typeprint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/c-typeprint.c b/gdb/c-typeprint.c
index a7a5341..03665a2 100644
--- a/gdb/c-typeprint.c
+++ b/gdb/c-typeprint.c
@@ -165,7 +165,7 @@ cp_type_print_method_args (args, prefix, varstring, staticp, stream)
i = !staticp; /* skip the class variable */
while (1)
{
- type_print (args[i++], "", stream, 0);
+ type_print (args[i++], "", stream, -1);
if (!args[i])
{
fprintf_filtered (stream, " ...");