aboutsummaryrefslogtreecommitdiff
path: root/bfd/pef.c
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/pef.c')
-rw-r--r--bfd/pef.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/pef.c b/bfd/pef.c
index 30c3179..f7aa58c 100644
--- a/bfd/pef.c
+++ b/bfd/pef.c
@@ -522,8 +522,8 @@ bfd_pef_scan (bfd *abfd,
bfd_pef_convert_architecture (header->architecture, &cputype, &cpusubtype);
if (cputype == bfd_arch_unknown)
{
- (*_bfd_error_handler) (_("bfd_pef_scan: unknown architecture 0x%lx"),
- header->architecture);
+ _bfd_error_handler (_("bfd_pef_scan: unknown architecture 0x%lx"),
+ header->architecture);
return -1;
}
bfd_set_arch_mach (abfd, cputype, cpusubtype);