Fix wrong bracket position

This commit is contained in:
2024-03-21 18:12:25 +01:00
parent c1e986080c
commit f704b9f041
+1 -1
View File
@@ -179,12 +179,12 @@ void DataBlock::decompress(const ByteArray &input, const String &encoding)
dstPtr += block.second; dstPtr += block.second;
} }
}
#else #else
throw Error("ZSTD support not compiled"); throw Error("ZSTD support not compiled");
#endif #endif
break; break;
} }
}
subblocks.clear(); subblocks.clear();