projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b86a1b3
)
Fix a couple typos introduced by recent checkins
author
Stan Shebs
<shebs@codesourcery.com>
Tue, 2 Nov 1993 02:07:03 +0000
(
02:07
+0000)
committer
Stan Shebs
<shebs@codesourcery.com>
Tue, 2 Nov 1993 02:07:03 +0000
(
02:07
+0000)
gdb/remote-utils.c
patch
|
blob
|
history
diff --git
a/gdb/remote-utils.c
b/gdb/remote-utils.c
index af4d4317c21927a7a43daf923bc32abca6805d0d..5189bbdafc276a4d881408bb4485af2d617c215d 100644
(file)
--- a/
gdb/remote-utils.c
+++ b/
gdb/remote-utils.c
@@
-573,9
+573,9
@@
gr_multi_scan (list, passthrough)
if (passthrough)
{
for (p = swallowed; p < swallowed_p; ++p)
- putc_unfiltered (*p, gdb_stdout);
+
f
putc_unfiltered (*p, gdb_stdout);
- putc_unfiltered (ch, gdb_stdout);
+
f
putc_unfiltered (ch, gdb_stdout);
}
swallowed_p = swallowed;