X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fm2-typeprint.c;h=e81a9e568886b8931fc40712cd5d9a554ddd5b1d;hb=e170989694aecb458d1bbb6a1db6bb712ced707d;hp=3c1a8d2aed392ca5bf06a5e8bf2afc1bd80513f1;hpb=165f8965d770708f1dee623e308374ac108e6578;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/m2-typeprint.c b/gdb/m2-typeprint.c index 3c1a8d2aed..e81a9e5688 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, " = "); type_print (type, "", stream, 0); - fprintf_filtered (stream, ";\n"); + fprintf_filtered (stream, ";"); } /* m2_type_name - if a, type, has a name then print it. */