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

View File

@ -573,9 +573,9 @@ gr_multi_scan (list, passthrough)
if (passthrough) if (passthrough)
{ {
for (p = swallowed; p < swallowed_p; ++p) 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; swallowed_p = swallowed;