diff options
Diffstat (limited to 'gdb/m2-typeprint.c')
-rw-r--r-- | gdb/m2-typeprint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/m2-typeprint.c b/gdb/m2-typeprint.c index 3c1a8d2aed3..e81a9e56888 100644 --- a/gdb/m2-typeprint.c +++ b/gdb/m2-typeprint.c @@ -170,7 +170,7 @@ m2_print_typedef (struct type *type, struct symbol *new_symbol, else fprintf_filtered (stream, "<builtin> = "); type_print (type, "", stream, 0); - fprintf_filtered (stream, ";\n"); + fprintf_filtered (stream, ";"); } /* m2_type_name - if a, type, has a name then print it. */ |