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 c930411..f55e532 100644
--- a/bfd/pef.c
+++ b/bfd/pef.c
@@ -254,10 +254,10 @@ bfd_pef_convert_architecture (unsigned long architecture,
*type = bfd_arch_m68k;
}
-static bfd_boolean
+static bool
bfd_pef_mkobject (bfd *abfd ATTRIBUTE_UNUSED)
{
- return TRUE;
+ return true;
}
static const char *bfd_pef_section_name (bfd_pef_section *section)