2005-02-11 Andrew Cagney <cagney@gnu.org>
[deliverable/binutils-gdb.git] / gdb / mi / mi-getopt.c
index 8d29957a84c3ecfe322deec5a4b2067a59936c04..052a84adafb50960042f919e76019d80ba080808 100644 (file)
@@ -34,7 +34,7 @@ mi_getopt (const char *prefix,
   /* We assume that argv/argc are ok. */
   if (*optind > argc || *optind < 0)
     internal_error (__FILE__, __LINE__,
-                   "mi_getopt_long: optind out of bounds");
+                   _("mi_getopt_long: optind out of bounds"));
   if (*optind == argc)
     return -1;
   arg = argv[*optind];
This page took 0.026046 seconds and 4 git commands to generate.