From 248553c5e1c8ad937528368e36607614fc64034c Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Tue, 1 Sep 2015 18:56:54 +0100 Subject: minor : show in table that frame checksum is optional --- lz4_Frame_format.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lz4_Frame_format.md b/lz4_Frame_format.md index 73d3cba..e600c10 100644 --- a/lz4_Frame_format.md +++ b/lz4_Frame_format.md @@ -63,7 +63,7 @@ General Structure of LZ4 Frame format | MagicNb | F. Descriptor | Block | (...) | EndMark | C. Checksum | |:-------:|:-------------:| ----- | ----- | ------- | ----------- | -| 4 bytes | 3-11 bytes | | | 4 bytes | 4 bytes | +| 4 bytes | 3-11 bytes | | | 4 bytes | 0-4 bytes | __Magic Number__ @@ -382,4 +382,4 @@ Version changes 0.5: added copyright notice -0.4 : changed format to Google Doc compatible OpenDocument \ No newline at end of file +0.4 : changed format to Google Doc compatible OpenDocument -- cgit v0.12