mirror of
https://github.com/facebook/zstd.git
synced 2025-11-27 00:05:09 -05:00
fixed minor c89 warning
introduced due to parallel merges
This commit is contained in:
parent
3d25502c2d
commit
d9280afb7d
@ -107,7 +107,7 @@ typedef enum {
|
||||
* If set: Don't use assembly implementations
|
||||
* If unset: Allow using assembly implementations
|
||||
*/
|
||||
HUF_flags_disableAsm = (1 << 4),
|
||||
HUF_flags_disableAsm = (1 << 4)
|
||||
} HUF_flags_e;
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user