gdb: Don't print a newline in language la_print_typedef methods
[deliverable/binutils-gdb.git] / gdb / m2-typeprint.c
index 3c1a8d2aed392ca5bf06a5e8bf2afc1bd80513f1..e81a9e568886b8931fc40712cd5d9a554ddd5b1d 100644 (file)
@@ -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.  */
This page took 0.024582 seconds and 4 git commands to generate.