process_symbol_table): Fix little alignment problem in printed table header.
[deliverable/binutils-gdb.git] / binutils / readelf.c
index 34a569c887b5fe87ffea5907868669ce88c2bc6f..f787756c36feacaabd72fb5ae637f0d02e5f1790 100644 (file)
@@ -2860,7 +2860,7 @@ process_symbol_table (file)
          printf (_("\nSymbol table '%s' contains %d entries:\n"),
                  SECTION_NAME (section),
                  section->sh_size / section->sh_entsize);
-         fputs (_("  Num:    Value  Size Type    Bind   Ot Ndx Name\n"),
+         fputs (_("  Num:    Value  Size Type    Bind   Ot Ndx   Name\n"),
                 stdout);
 
          symtab = get_elf_symbols (file, section->sh_offset,
This page took 0.024585 seconds and 4 git commands to generate.