aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote-utils.c
diff options
context:
space:
mode:
authorPeter Schauer <Peter.Schauer@mytum.de>1994-02-26 10:01:45 +0000
committerPeter Schauer <Peter.Schauer@mytum.de>1994-02-26 10:01:45 +0000
commita2961423ae6ad940625597be1c8f4103772987a9 (patch)
treeb7f727c1aaabc8501d611e914a882253571d87fd /gdb/remote-utils.c
parent96db31875e155b111685580b60da46a7fac7c86a (diff)
downloadfsf-binutils-gdb-a2961423ae6ad940625597be1c8f4103772987a9.zip
fsf-binutils-gdb-a2961423ae6ad940625597be1c8f4103772987a9.tar.gz
fsf-binutils-gdb-a2961423ae6ad940625597be1c8f4103772987a9.tar.bz2
Fix typo in last change, print_filtered -> printf_filtered
Diffstat (limited to 'gdb/remote-utils.c')
-rw-r--r--gdb/remote-utils.c2
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);