mirror of
https://github.com/facebook/zstd.git
synced 2025-07-30 22:23:13 +03:00
fixed ISO C incompatibility
for good this time... probably
This commit is contained in:
@ -31,7 +31,7 @@ static BYTE SEQ_randByte(unsigned* src)
|
||||
|
||||
SEQ_stream SEQ_initStream(unsigned seed)
|
||||
{
|
||||
SEQ_stream stream = {};
|
||||
SEQ_stream stream;
|
||||
stream.state = 0;
|
||||
XXH64_reset(&stream.xxh, 0);
|
||||
stream.seed = seed;
|
||||
|
Reference in New Issue
Block a user