mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-18 05:12:33 +08:00
Fix a couple typos introduced by recent checkins
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user