aboutsummaryrefslogtreecommitdiff
path: root/gdb/memattr.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/memattr.c')
-rw-r--r--gdb/memattr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/memattr.c b/gdb/memattr.c
index db75c28..47e716e 100644
--- a/gdb/memattr.c
+++ b/gdb/memattr.c
@@ -140,7 +140,7 @@ mem_command (char *args, int from_tty)
struct mem_attrib attrib;
if (!args)
- error_no_arg ("No mem");
+ error_no_arg (_("No mem"));
tok = strtok (args, " \t");
if (!tok)