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:
parent
7d391e1397
commit
127f6ed6eb
2 changed files with 4 additions and 4 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue