From a2961423ae6ad940625597be1c8f4103772987a9 Mon Sep 17 00:00:00 2001 From: Peter Schauer Date: Sat, 26 Feb 1994 10:01:45 +0000 Subject: Fix typo in last change, print_filtered -> printf_filtered --- gdb/remote-utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/remote-utils.c') 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); -- cgit v1.1