1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 17:17:45 +00:00

LibCompress: Fix a typo in m_read_final_block

This commit is contained in:
Tim Schumacher 2023-10-09 16:01:40 +02:00 committed by Jelle Raaijmakers
parent 7d391e1397
commit 127f6ed6eb
2 changed files with 4 additions and 4 deletions

View file

@ -108,7 +108,7 @@ private:
static constexpr u16 max_back_reference_length = 258;
bool m_read_final_bock { false };
bool m_read_final_block { false };
State m_state { State::Idle };
union {