From f5d660b679b35f2b4944eeeef3a61b6fd517e047 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Wed, 22 Jul 1998 17:29:11 +0000 Subject: [PATCH] Ooops - added gettext'isation missed out from previous delta --- binutils/readelf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binutils/readelf.c b/binutils/readelf.c index e3e4db3d170..932de40306f 100644 --- a/binutils/readelf.c +++ b/binutils/readelf.c @@ -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); -- 2.30.2