daily update
[deliverable/binutils-gdb.git] / bfd / pef.c
index e73f2fc0b1381fce192efb7bba65379359af2c06..ca4c4548a91719954c7d2fe5e4fc83858647df19 100644 (file)
--- a/bfd/pef.c
+++ b/bfd/pef.c
@@ -507,10 +507,9 @@ bfd_pef_scan_start_address (bfd *abfd)
 }
 
 int
-bfd_pef_scan (abfd, header, mdata)
-     bfd *abfd;
-     bfd_pef_header *header;
-     bfd_pef_data_struct *mdata;
+bfd_pef_scan (bfd *abfd,
+             bfd_pef_header *header,
+             bfd_pef_data_struct *mdata)
 {
   unsigned int i;
   enum bfd_architecture cputype;
This page took 0.024555 seconds and 4 git commands to generate.