mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-21 01:12:32 +08:00
Fix typo in last change, print_filtered -> printf_filtered
This commit is contained in:
parent
96db31875e
commit
a2961423ae
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user