diff options
Diffstat (limited to 'gdb/printcmd.c')
-rw-r--r-- | gdb/printcmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/printcmd.c b/gdb/printcmd.c index 45d7e8a..98d2848 100644 --- a/gdb/printcmd.c +++ b/gdb/printcmd.c @@ -1520,7 +1520,7 @@ do_one_display (struct display *d) print_expression (d->exp, gdb_stdout); annotate_display_expression_end (); - if (d->format.count != 1) + if (d->format.count != 1 || d->format.format == 'i') printf_filtered ("\n"); else printf_filtered (" "); |