* python/py-autoload.c (print_script): Print "Missing" instead of
[deliverable/binutils-gdb.git] / gdb / darwin-nat-info.c
index 79173c5c48c5722b8f590762e2dd3d5054192442..07b8f26cae6a88c96fc503e0e8b95109094ab475 100644 (file)
@@ -51,7 +51,7 @@
 
 #define CHECK_ARGS(what, args) do { \
   if ((NULL == args) || ((args[0] != '0') && (args[1] != 'x'))) \
-    error("%s must be specified with 0x...", what);            \
+    error(_("%s must be specified with 0x..."), what);         \
 } while (0)
 
 #define PRINT_FIELD(structure, field) \
This page took 0.023596 seconds and 4 git commands to generate.