mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-03-03 06:58:15 +00:00
Ooops - added gettext'isation missed out from previous delta
This commit is contained in:
parent
e293b0962e
commit
f5d660b679
@ -917,7 +917,7 @@ dump_relocations (file, rel_offset, rel_size, symtab, strtab)
|
||||
}
|
||||
|
||||
if (rtype == NULL)
|
||||
printf ("unrecognised: %-7x", ELF32_R_TYPE (info));
|
||||
printf (_("unrecognised: %-7x"), ELF32_R_TYPE (info));
|
||||
else
|
||||
printf ("%-21.21s", rtype);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user