diff options
Diffstat (limited to 'gdb/remote.c')
-rw-r--r-- | gdb/remote.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/remote.c b/gdb/remote.c index 7acbc71..1535fb6 100644 --- a/gdb/remote.c +++ b/gdb/remote.c @@ -4879,8 +4879,8 @@ remote_console_output (char *msg) tb[1] = 0; fputs_unfiltered (tb, gdb_stdtarg); } - gdb_flush (gdb_stdtarg); - } + gdb_flush (gdb_stdtarg); +} typedef struct cached_reg { |