Fixed : magic number (#345), reported by @mitchblank

This commit is contained in:
Yann Collet 2016-09-05 17:43:31 +02:00
parent fa72f6bdce
commit 7bdfcead56

View File

@ -144,7 +144,7 @@ The structure of a single Zstandard frame is following:
__`Magic_Number`__
4 Bytes, little-endian format.
Value : 0xFD2FB527
Value : 0xFD2FB528
__`Frame_Header`__