2009-06-19 Tristan Gingold <gingold@adacore.com>
[deliverable/binutils-gdb.git] / bfd / mach-o.c
index e5622ee4a906c81c3796e085657d7483259c1945..cf1d1e02394fbf8e6f6a644a59c2d2a16110df65 100644 (file)
@@ -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
This page took 0.023763 seconds and 4 git commands to generate.