aboutsummaryrefslogtreecommitdiff
path: root/binutils/readelf.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2002-02-21 22:39:19 +0000
committerNick Clifton <nickc@redhat.com>2002-02-21 22:39:19 +0000
commit25345be504dfab51935298364dc764b43c99e7d5 (patch)
treee717dd2bbc02f6fdb743878e3b73c94ac3205948 /binutils/readelf.c
parent2bbcdae974b82d33df527a696aafd9bad5b99732 (diff)
downloadgdb-25345be504dfab51935298364dc764b43c99e7d5.zip
gdb-25345be504dfab51935298364dc764b43c99e7d5.tar.gz
gdb-25345be504dfab51935298364dc764b43c99e7d5.tar.bz2
Fix typo.
Diffstat (limited to 'binutils/readelf.c')
-rw-r--r--binutils/readelf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/readelf.c b/binutils/readelf.c
index 3762f41..1f96f10 100644
--- a/binutils/readelf.c
+++ b/binutils/readelf.c
@@ -945,7 +945,7 @@ dump_relocations (file, rel_offset, rel_size, symtab, nsyms, strtab, is_rela)
_bfd_int64_low (info));
#else
printf (do_wide
- ? "%16.16lx %16.16lx ",
+ ? "%16.16lx %16.16lx "
: "%12.12lx %12.12lx ",
offset, info);
#endif