diff options
Diffstat (limited to 'gdb/exceptions.c')
-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 fdb65b3..2a0dfb2 100644 --- a/gdb/exceptions.c +++ b/gdb/exceptions.c @@ -97,7 +97,7 @@ print_exception (struct ui_file *file, const struct gdb_exception &e) annotate_error (); break; default: - internal_error (__FILE__, __LINE__, _("Bad switch.")); + internal_error (_("Bad switch.")); } } |