Trailing comma

dev
Sen Huang 2019-10-21 19:10:13 -04:00
parent 0c00455ea6
commit dbda8c318a
1 changed files with 1 additions and 1 deletions

View File

@ -1179,7 +1179,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_dictForceLoad = 3, /* Always reload the dictionary */
ZSTD_dictForceLoad = 3 /* Always reload the dictionary */
} ZSTD_dictAttachPref_e;
typedef enum {