fixed minor c89 warning
introduced due to parallel merges
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user