diff options
Diffstat (limited to 'gdb/fbsd-nat.c')
-rw-r--r-- | gdb/fbsd-nat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/fbsd-nat.c b/gdb/fbsd-nat.c index b7045d4..2b19f70 100644 --- a/gdb/fbsd-nat.c +++ b/gdb/fbsd-nat.c @@ -93,7 +93,7 @@ fbsd_find_memory_regions (int (*func) (CORE_ADDR, unsigned long, mapfilename = xstrprintf ("/proc/%ld/map", (long) pid); mapfile = fopen (mapfilename, "r"); if (mapfile == NULL) - error ("Couldn't open %s\n", mapfilename); + error (_("Couldn't open %s."), mapfilename); if (info_verbose) fprintf_filtered (gdb_stdout, |