diff options
Diffstat (limited to 'bfd/bout.c')
-rw-r--r-- | bfd/bout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/bout.c b/bfd/bout.c index 9550956e089..37afbb9423e 100644 --- a/bfd/bout.c +++ b/bfd/bout.c @@ -956,7 +956,7 @@ b_out_set_section_contents (abfd, section, location, offset, count) file_ptr offset; bfd_size_type count; { - if (abfd->output_has_begun == false) + if (! abfd->output_has_begun) { /* Set by bfd.c handler. */ if (! aout_32_make_sections (abfd)) |