gdb: Don't print a newline in language la_print_typedef methods
[deliverable/binutils-gdb.git] / gdb / c-typeprint.c
index 1a37c4edfb8665f29bb0280ac44c8851828ffc9d..e0f1714da11591fe47a5a2dce0f3afdaa3c8aa87 100644 (file)
@@ -211,7 +211,7 @@ c_print_typedef (struct type *type,
                 SYMBOL_LINKAGE_NAME (new_symbol)) != 0
       || TYPE_CODE (SYMBOL_TYPE (new_symbol)) == TYPE_CODE_TYPEDEF)
     fprintf_filtered (stream, " %s", SYMBOL_PRINT_NAME (new_symbol));
-  fprintf_filtered (stream, ";\n");
+  fprintf_filtered (stream, ";");
 }
 
 /* If TYPE is a derived type, then print out derivation information.
This page took 0.026119 seconds and 4 git commands to generate.