diff options
Diffstat (limited to 'gdb/mi/mi-getopt.c')
-rw-r--r-- | gdb/mi/mi-getopt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/mi/mi-getopt.c b/gdb/mi/mi-getopt.c index 8d29957..052a84a 100644 --- a/gdb/mi/mi-getopt.c +++ b/gdb/mi/mi-getopt.c @@ -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]; |