diff options
Diffstat (limited to 'bfd/i386aout.c')
-rw-r--r-- | bfd/i386aout.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/i386aout.c b/bfd/i386aout.c index 9995a41..5a38cad 100644 --- a/bfd/i386aout.c +++ b/bfd/i386aout.c @@ -47,7 +47,7 @@ /* Set the machine type correctly. */ -static bfd_boolean +static bool i386aout_write_object_contents (bfd *abfd) { struct external_exec exec_bytes; @@ -59,7 +59,7 @@ i386aout_write_object_contents (bfd *abfd) WRITE_HEADERS (abfd, execp); - return TRUE; + return true; } #define MY_write_object_contents i386aout_write_object_contents |