X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fada-typeprint.c;h=f89dd23ed8274e184c75311d4cd14a48c7fb4582;hb=e170989694aecb458d1bbb6a1db6bb712ced707d;hp=be379254aa1c4cb6bd2173db30d64b7ce8d24775;hpb=165f8965d770708f1dee623e308374ac108e6578;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/ada-typeprint.c b/gdb/ada-typeprint.c index be379254aa..f89dd23ed8 100644 --- a/gdb/ada-typeprint.c +++ b/gdb/ada-typeprint.c @@ -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"); }