From: Stan Shebs Date: Tue, 2 Nov 1993 02:07:03 +0000 (+0000) Subject: Fix a couple typos introduced by recent checkins X-Git-Tag: gdb-4_18~16782 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ee9feb6550c1d1e52522d1d6b15aa20ef17aa4de;p=external%2Fbinutils.git Fix a couple typos introduced by recent checkins --- diff --git a/gdb/remote-utils.c b/gdb/remote-utils.c index af4d431..5189bbd 100644 --- 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); + fputc_unfiltered (*p, gdb_stdout); - putc_unfiltered (ch, gdb_stdout); + fputc_unfiltered (ch, gdb_stdout); } swallowed_p = swallowed;