diff options
author | Peter Schauer <Peter.Schauer@mytum.de> | 1994-02-26 10:01:45 +0000 |
---|---|---|
committer | Peter Schauer <Peter.Schauer@mytum.de> | 1994-02-26 10:01:45 +0000 |
commit | a2961423ae6ad940625597be1c8f4103772987a9 (patch) | |
tree | b7f727c1aaabc8501d611e914a882253571d87fd /gdb/remote-utils.c | |
parent | 96db31875e155b111685580b60da46a7fac7c86a (diff) | |
download | gdb-a2961423ae6ad940625597be1c8f4103772987a9.zip gdb-a2961423ae6ad940625597be1c8f4103772987a9.tar.gz 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.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); |