diff options
Diffstat (limited to 'gdb/coff-pe-read.c')
-rw-r--r-- | gdb/coff-pe-read.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/coff-pe-read.c b/gdb/coff-pe-read.c index 2d1e854..23717da 100644 --- a/gdb/coff-pe-read.c +++ b/gdb/coff-pe-read.c @@ -309,7 +309,7 @@ read_pe_exported_syms (struct objfile *objfile) += ANOFFSET (objfile->section_offsets, SECT_OFF_TEXT (objfile)); } - printf_filtered ("Minimal symbols from %s...", dll_name); + printf_filtered (_("Minimal symbols from %s..."), dll_name); wrap_here (""); /* Truncate name at first dot. Should maybe also convert to all |