mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-14 03:15:06 +08:00
Fix typo in last change, print_filtered -> printf_filtered
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user