Skip to content

Commit

Permalink
One more fatelf-info output tweak.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Sep 7, 2009
1 parent a67e3b6 commit 661b118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/fatelf-info.c
Expand Up @@ -24,7 +24,7 @@ static int fatelf_info(const char *fname)
const fatelf_machine_info *machine = get_machine_by_id(bin->machine);
const fatelf_abi_info *abi = get_abi_by_id(bin->abi);

printf("#%d:\n", i);
printf("Binary at index #%d:\n", i);
printf(" ABI %u (%s%s%s) version %u,\n",
(unsigned int) bin->abi, abi ? abi->name : "???",
abi ? ": " : "", abi ? abi->desc : "",
Expand Down

0 comments on commit 661b118

Please sign in to comment.