diff options
Diffstat (limited to 'gdb/symtab.h')
-rw-r--r-- | gdb/symtab.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/symtab.h b/gdb/symtab.h index 97899b0..42beb0d 100644 --- a/gdb/symtab.h +++ b/gdb/symtab.h @@ -754,7 +754,7 @@ struct section_offsets #define ANOFFSET(secoff, whichone) \ ((whichone == -1) \ - ? (internal_error (__FILE__, __LINE__, "Section index is uninitialized"), -1) \ + ? (internal_error (__FILE__, __LINE__, _("Section index is uninitialized")), -1) \ : secoff->offsets[whichone]) /* The size of a section_offsets table for N sections. */ |