diff options
Diffstat (limited to 'bfd/pef.c')
-rw-r--r-- | bfd/pef.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |