Skip to content

Commit

Permalink
Fix #336: annotate fallthrough adjustColumn()
Browse files Browse the repository at this point in the history
  • Loading branch information
terrillmoore committed Jun 12, 2022
1 parent 7ec7a2f commit a39ee4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/Catena_StreamLineCollector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,7 @@ McciCatena::cStreamLineCollector::Columnator::adjustColumn(std::uint8_t c, bool
if (0x30 <= c && c <= 0x3F)
// parameter byte.
return;
/*FALLTHROUGH*/

case EncodingState::CSI2:
if (0x20 <= c && c <= 0x2F)
Expand Down

0 comments on commit a39ee4b

Please sign in to comment.