Fix typo in last change, print_filtered -> printf_filtered

This commit is contained in:
Peter Schauer 1994-02-26 10:01:45 +00:00
parent 96db31875e
commit a2961423ae

View file

@ -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);