Skip to content

Commit

Permalink
bfd_binary_parser: RO flag -> Ro
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonKagstrom committed Jul 8, 2024
1 parent ab7ab9f commit b8647b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/binary_parser/bfd_binary_parser.cc
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ BfdBinaryParser::Parse()
}
if (section->flags & SEC_READONLY)
{
flags += "RO";
flags += "Ro";
}
if (section->flags & SEC_CODE)
{
Expand Down

0 comments on commit b8647b7

Please sign in to comment.