aboutsummaryrefslogtreecommitdiff
path: root/gdb/exceptions.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/exceptions.c')
-rw-r--r--gdb/exceptions.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/exceptions.c b/gdb/exceptions.c
index 73c4818..64a3627 100644
--- a/gdb/exceptions.c
+++ b/gdb/exceptions.c
@@ -88,7 +88,7 @@ print_exception (struct ui_file *file, const struct gdb_exception &e)
file->write (start, end - start);
}
}
- fprintf_filtered (file, "\n");
+ gdb_printf (file, "\n");
/* Now append the annotation. */
switch (e.reason)