Fix a couple typos introduced by recent checkins

This commit is contained in:
Stan Shebs 1993-11-02 02:07:03 +00:00
parent b86a1b3baa
commit ee9feb6550
1 changed files with 2 additions and 2 deletions

View 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;