Fix typo.
authorNick Clifton <nickc@redhat.com>
Thu, 21 Feb 2002 22:39:19 +0000 (22:39 +0000)
committerNick Clifton <nickc@redhat.com>
Thu, 21 Feb 2002 22:39:19 +0000 (22:39 +0000)
binutils/ChangeLog
binutils/readelf.c

index bbf720bb002ef7f920f9ad66f4ac41ebde38d3fa..548b94bfa972b6fe280c2ec2234cbbef27befce0 100644 (file)
@@ -1,3 +1,7 @@
+2002-02-21  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * readelf.c (dump_relocations): Fix typo.
+
 2002-02-20  Nick Clifton  <nickc@cambridge.redhat.com>
 
        * NEWS: Mark 2.12 branch.
index 3762f41670c9d82d1eabcdbdfc19810c0adfb807..1f96f1069f52e0cbd0a28fe0d04c058807675a81 100644 (file)
@@ -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