diff --git a/lib/common/huf.h b/lib/common/huf.h index 3d574bbec..5ab79db7a 100644 --- a/lib/common/huf.h +++ b/lib/common/huf.h @@ -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;