aboutsummaryrefslogtreecommitdiff
path: root/bfd/coff-x86_64.c
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/coff-x86_64.c')
-rw-r--r--bfd/coff-x86_64.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/bfd/coff-x86_64.c b/bfd/coff-x86_64.c
index b3a6cb6..c5e9a34 100644
--- a/bfd/coff-x86_64.c
+++ b/bfd/coff-x86_64.c
@@ -792,19 +792,19 @@ const bfd_target
_bfd_dummy_target,
amd64coff_object_p,
bfd_generic_archive_p,
- amd64coff_object_p
+ amd64coff_object_p
},
{ /* bfd_set_format. */
_bfd_bool_bfd_false_error,
coff_mkobject,
_bfd_generic_mkarchive,
- _bfd_bool_bfd_false_error
+ _bfd_bool_bfd_false_error
},
{ /* bfd_write_contents. */
_bfd_bool_bfd_false_error,
coff_write_object_contents,
_bfd_write_archive_contents,
- _bfd_bool_bfd_false_error
+ _bfd_bool_bfd_false_error
},
BFD_JUMP_TABLE_GENERIC (coff),