Fix a couple typos introduced by recent checkins
authorStan Shebs <shebs@codesourcery.com>
Tue, 2 Nov 1993 02:07:03 +0000 (02:07 +0000)
committerStan Shebs <shebs@codesourcery.com>
Tue, 2 Nov 1993 02:07:03 +0000 (02:07 +0000)
gdb/remote-utils.c

index af4d431..5189bbd 100644 (file)
@@ -573,9 +573,9 @@ gr_multi_scan (list, passthrough)
          if (passthrough)
            {
              for (p = swallowed; p < swallowed_p; ++p)
-               putc_unfiltered (*p, gdb_stdout);
+               fputc_unfiltered (*p, gdb_stdout);
 
-             putc_unfiltered (ch, gdb_stdout);
+             fputc_unfiltered (ch, gdb_stdout);
            }
 
          swallowed_p = swallowed;