Change the output of readelf's note display so that the "Data size" column header...
[deliverable/binutils-gdb.git] / binutils / readelf.c
index 3c8a9d418c04074c7ac92c1c9ffc90d968ab8175..5bfbac9e9cc2ce2ebca82ff8b24a27788185623e 100644 (file)
@@ -19179,7 +19179,7 @@ process_notes_at (Filedata *           filedata,
       return FALSE;
     }
 
-  printf (_("  %-20s %10s\tDescription\n"), _("Owner"), _("Data size"));
+  printf (_("  %-20s %-10s\tDescription\n"), _("Owner"), _("Data size"));
 
   end = (char *) pnotes + length;
   while ((char *) external < end)
This page took 0.02665 seconds and 4 git commands to generate.