diff options
Diffstat (limited to 'gdb/macroscope.c')
-rw-r--r-- | gdb/macroscope.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/macroscope.c b/gdb/macroscope.c index 19557d7..ed3ea83 100644 --- a/gdb/macroscope.c +++ b/gdb/macroscope.c @@ -70,8 +70,8 @@ sal_macro_scope (struct symtab_and_line sal) ms->line = -1; complaint (&symfile_complaints, - "symtab found for `%s', but that file\n" - "is not covered in the compilation unit's macro information", + _("symtab found for `%s', but that file\n" + "is not covered in the compilation unit's macro information"), sal.symtab->filename); } |