diff options
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/remote-utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote-utils.c b/gdb/remote-utils.c index 482e247..ba7d2971 100644 --- a/gdb/remote-utils.c +++ b/gdb/remote-utils.c @@ -206,7 +206,7 @@ gr_open(args, from_tty, gr) if (baud_rate != -1) printf_filtered (" at baud rate of %d", baud_rate); - print_filtered ("\n"); + printf_filtered ("\n"); } push_target(gr->ops); |