]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Trailing comma
authorSen Huang <senhuang96@fb.com>
Mon, 21 Oct 2019 23:10:13 +0000 (19:10 -0400)
committerSen Huang <senhuang96@fb.com>
Mon, 21 Oct 2019 23:10:13 +0000 (19:10 -0400)
lib/zstd.h

index 788f5d9ec16a9492769497c6e868cca2fa7b1cb3..da29ad222c19848831edaa01e4989ab3cd43cac6 100644 (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 {