Updated forceAttachDict param bounds

This commit is contained in:
Sen Huang
2019-10-21 15:36:12 -04:00
parent 8f69c47643
commit 1f3a51fb52
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1177,7 +1177,7 @@ typedef enum {
ZSTD_dictDefaultAttach = 0, /* Use the default heuristic. */
ZSTD_dictForceAttach = 1, /* Never copy the dictionary. */
ZSTD_dictForceCopy = 2, /* Always copy the dictionary. */
ZSTD_dictForceSource = 3, /* Always use src input to determine tables */
ZSTD_dictForceSource = 3, /* Always use src input to determine tables */
} ZSTD_dictAttachPref_e;
typedef enum {