From eb89bd3709fdc7421c90b6ecb702f990ed04378b Mon Sep 17 00:00:00 2001 From: Gunther Nikl Date: Wed, 3 Jun 2015 16:18:00 +0000 Subject: [PATCH] Minor style correction. * bfd/amigaos.c (howto_for_raw_reloc): Remove parameter name from prototype. (howto_for_reloc): Likewise. --- bfd/amigaos.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bfd/amigaos.c b/bfd/amigaos.c index 39ad923..fa40b8b 100644 --- a/bfd/amigaos.c +++ b/bfd/amigaos.c @@ -160,8 +160,8 @@ typedef struct amiga_ardata_struct { /* AmigaOS doesn't like HUNK_SYMBOL with symbol names longer than 124 characters */ #define MAX_NAME_SIZE 124 -static reloc_howto_type *howto_for_raw_reloc PARAMS ((unsigned long type)); -static reloc_howto_type *howto_for_reloc PARAMS ((unsigned long type)); +static reloc_howto_type *howto_for_raw_reloc PARAMS ((unsigned long)); +static reloc_howto_type *howto_for_reloc PARAMS ((unsigned long)); static bfd_boolean get_long PARAMS ((bfd *, unsigned long *)); static bfd_boolean get_word PARAMS ((bfd *, unsigned long *)); static const struct bfd_target *amiga_object_p PARAMS ((bfd *));