Fix typo in last change, print_filtered -> printf_filtered
authorPeter Schauer <Peter.Schauer@mytum.de>
Sat, 26 Feb 1994 10:01:45 +0000 (10:01 +0000)
committerPeter Schauer <Peter.Schauer@mytum.de>
Sat, 26 Feb 1994 10:01:45 +0000 (10:01 +0000)
gdb/remote-utils.c

index 482e2476b6403f565c595780e08d8b85258e6423..ba7d29712d9fc7c14c8f443358bffbfc5e0200f7 100644 (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);
This page took 0.025923 seconds and 4 git commands to generate.