diff options
Diffstat (limited to 'gdb/target.c')
-rw-r--r-- | gdb/target.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/target.c b/gdb/target.c index 0a4f892..8216ee9 100644 --- a/gdb/target.c +++ b/gdb/target.c @@ -1786,7 +1786,7 @@ target_xfer_partial (struct target_ops *ops, } } - fputc_unfiltered ('\n', gdb_stdlog); + gdb_putc ('\n', gdb_stdlog); } /* Check implementations of to_xfer_partial update *XFERED_LEN |