summaryrefslogtreecommitdiff
path: root/bfd/mach-o.c
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2009-06-19 09:23:54 +0000
committerTristan Gingold <gingold@adacore.com>2009-06-19 09:23:54 +0000
commit9ff00773594f498cdb12a7cb341656ecd52d413e (patch)
tree62e13264152182ee2e9b17406065e3a364c1c1b2 /bfd/mach-o.c
parentcaaadbe5cfaaf813a0d8042fd935734148e8298e (diff)
downloadbinutils-redhat-9ff00773594f498cdb12a7cb341656ecd52d413e.tar.gz
2009-06-19 Tristan Gingold <gingold@adacore.com>
* mach-o.c (bfd_mach_o_print_private_header): Fix format character.
Diffstat (limited to 'bfd/mach-o.c')
-rw-r--r--bfd/mach-o.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/mach-o.c b/bfd/mach-o.c
index e5622ee4a9..cf1d1e0239 100644
--- a/bfd/mach-o.c
+++ b/bfd/mach-o.c
@@ -3155,7 +3155,7 @@ bfd_mach_o_print_private_header (bfd *abfd, FILE *file)
fprintf (file, _(" flags : %08lx ("), h->flags);
bfd_mach_o_print_flags (bfd_mach_o_header_flags_name, h->flags, file);
fprintf (file, _(")\n"));
- fprintf (file, _(" reserved : %08lx\n"), h->reserved);
+ fprintf (file, _(" reserved : %08x\n"), h->reserved);
}
static void