2005-02-11 Andrew Cagney <cagney@gnu.org>
[deliverable/binutils-gdb.git] / gdb / memattr.c
index db75c28cf01914be0553bb391992d0a398c60f22..47e716e8995c4a3c235bcb4589493eec8f9dc5f5 100644 (file)
@@ -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)
This page took 0.025942 seconds and 4 git commands to generate.