Correct alignment in note output

This commit is contained in:
Ed Maste 2013-07-18 20:36:21 +00:00
parent 4e7a9c2e6f
commit 9be99d951b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=253454

View File

@ -9250,7 +9250,7 @@ process_note (Elf_Internal_Note *pnote)
note type strings. */
nt = get_note_type (pnote->type);
printf (" %s\t\t0x%08lx\t%s\n",
printf (" %-13s 0x%08lx\t%s\n",
pnote->namesz ? pnote->namedata : "(NONE)",
pnote->descsz, nt);
return 1;