Ooops - added gettext'isation missed out from previous delta

This commit is contained in:
Nick Clifton 1998-07-22 17:29:11 +00:00
parent e293b0962e
commit f5d660b679
1 changed files with 1 additions and 1 deletions

View File

@ -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);