Skip to content

Commit

Permalink
Merge pull request #407 from WhiteAbeLincoln/WhiteAbeLincoln-patch-1
Browse files Browse the repository at this point in the history
Use _c4err macro for error message 'closing ] not found'
  • Loading branch information
biojppm authored Mar 7, 2024
2 parents 8c1d622 + 9d02ad2 commit 3ef11e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/c4/yml/parse.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3569,7 +3569,7 @@ void Parser::_end_stream()
_c4dbgpf("popping level: {} (stack sz={})", m_state->level, m_stack.size());
_RYML_CB_ASSERT(m_stack.m_callbacks, ! has_any(SSCL, &m_stack.top()));
if(has_all(RSEQ|FLOW))
_err("closing ] not found");
_c4err("closing ] not found");
_pop_level();
}
add_flags(NDOC);
Expand Down

0 comments on commit 3ef11e1

Please sign in to comment.