From 8104c47b5a698729e5aec33e3b89090dc4101029 Mon Sep 17 00:00:00 2001 From: Wilfried Moser Date: Mon, 11 Dec 1995 14:54:50 +0000 Subject: * ch-typeprint.c (chill_type_print_base): Slightly change of printing of variant structures. --- gdb/ch-typeprint.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gdb/ch-typeprint.c') diff --git a/gdb/ch-typeprint.c b/gdb/ch-typeprint.c index c85ac90..a6b1944 100644 --- a/gdb/ch-typeprint.c +++ b/gdb/ch-typeprint.c @@ -260,7 +260,8 @@ chill_type_print_base (type, stream, show, level) fputs_filtered ("\n", stream); } } - fputs_filtered ("ESAC\n", stream); + print_spaces_filtered (level + 4, stream); + fputs_filtered ("ESAC", stream); } else chill_print_type (field_type, -- cgit v1.1