gdb: Don't print a newline in language la_print_typedef methods
[deliverable/binutils-gdb.git] / gdb / ada-typeprint.c
index be379254aa1c4cb6bd2173db30d64b7ce8d24775..f89dd23ed8274e184c75311d4cd14a48c7fb4582 100644 (file)
@@ -945,5 +945,4 @@ ada_print_typedef (struct type *type, struct symbol *new_symbol,
 {
   type = ada_check_typedef (type);
   ada_print_type (type, "", stream, 0, 0, &type_print_raw_options);
-  fprintf_filtered (stream, "\n");
 }
This page took 0.023595 seconds and 4 git commands to generate.