gdb: Don't print a newline in language la_print_typedef methods
[deliverable/binutils-gdb.git] / gdb / p-typeprint.c
index fadc44eaee87510b0f787c665ca8e6f72804e56d..da30d4a3ac2802f399e6b535d4237972cd2bdd51 100644 (file)
@@ -101,7 +101,7 @@ pascal_print_typedef (struct type *type, struct symbol *new_symbol,
   fprintf_filtered (stream, "type ");
   fprintf_filtered (stream, "%s = ", SYMBOL_PRINT_NAME (new_symbol));
   type_print (type, "", stream, 0);
-  fprintf_filtered (stream, ";\n");
+  fprintf_filtered (stream, ";");
 }
 
 /* If TYPE is a derived type, then print out derivation information.
This page took 0.034524 seconds and 4 git commands to generate.