diff options
| author | KiritoDv <kiritodev01@gmail.com> | 2024-01-30 23:05:54 -0600 |
|---|---|---|
| committer | Lywx <kiritodev01@gmail.com> | 2024-01-31 12:05:40 -0600 |
| commit | 8178d4d05d48d8faece6a16671cfdaf320d8008d (patch) | |
| tree | b0a9366102f16a2c7d77cc4a9a9f7a99e5986099 /src | |
| parent | 4668cf08fb240da4abaafc073ba08d9d13ac0fa5 (diff) | |
Fixed indentation
Diffstat (limited to 'src')
| -rw-r--r-- | src/utils/Decompressor.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/utils/Decompressor.cpp b/src/utils/Decompressor.cpp index 064adc6..4e89cb7 100644 --- a/src/utils/Decompressor.cpp +++ b/src/utils/Decompressor.cpp @@ -20,7 +20,6 @@ DataChunk* Decompressor::Decode(const std::vector<uint8_t>& buffer, const uint32 switch (type) { case CompressionType::MIO0: { - mio0_header_t head; if(!mio0_decode_header(in_buf, &head)){ throw std::runtime_error("Failed to decode MIO0 header"); |
