Fix wrong bracket position
This commit is contained in:
+1
-1
@@ -179,12 +179,12 @@ void DataBlock::decompress(const ByteArray &input, const String &encoding)
|
||||
dstPtr += block.second;
|
||||
}
|
||||
|
||||
}
|
||||
#else
|
||||
throw Error("ZSTD support not compiled");
|
||||
#endif
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
subblocks.clear();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user