diff options
-rw-r--r-- | gdb/exceptions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/exceptions.c b/gdb/exceptions.c index 3689998..0fdb075 100644 --- a/gdb/exceptions.c +++ b/gdb/exceptions.c @@ -82,7 +82,7 @@ print_exception (struct ui_file *file, const struct gdb_exception &e) end++; file->write (start, end - start); } - } + } gdb_printf (file, "\n"); /* Now append the annotation. */ |