Skip to content

Commit

Permalink
Merge pull request #152 from chaoticgd/visibilitycharacter
Browse files Browse the repository at this point in the history
Correct a STABS error message
  • Loading branch information
chaoticgd authored Jan 13, 2024
2 parents 5f6ecd5 + 949d1ec commit d236daa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ccc/stabs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -743,7 +743,7 @@ static Result<StabsStructOrUnionType::Visibility> parse_visibility_character(con
default: break;
}

return CCC_FAILURE("Failed to parse base class (visibility character).");
return CCC_FAILURE("Failed to parse visibility character.");
}

std::optional<s32> parse_number_s32(const char*& input)
Expand Down

0 comments on commit d236daa

Please sign in to comment.