summaryrefslogtreecommitdiff
path: root/gdb/exceptions.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/exceptions.c')
-rw-r--r--gdb/exceptions.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/exceptions.c b/gdb/exceptions.c
index 4ab8dce58de..2474d103a80 100644
--- a/gdb/exceptions.c
+++ b/gdb/exceptions.c
@@ -83,7 +83,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. */
@@ -97,7 +97,7 @@ print_exception (struct ui_file *file, const struct gdb_exception &e)
annotate_error ();
break;
default:
- internal_error (_("Bad switch."));
+ internal_error (_ ("Bad switch."));
}
}