diff options
Diffstat (limited to 'bfd/opncls.c')
-rw-r--r-- | bfd/opncls.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/opncls.c b/bfd/opncls.c index 729a45c..5c958c8 100644 --- a/bfd/opncls.c +++ b/bfd/opncls.c @@ -35,7 +35,7 @@ FILE *bfd_open_file PARAMS ((bfd *)); /* Return a new BFD. All BFD's are allocated through this routine. */ bfd * -_bfd_new_bfd (void) +_bfd_new_bfd () { bfd *nbfd; |