From: Sen Huang Date: Mon, 21 Oct 2019 23:10:13 +0000 (-0400) Subject: Trailing comma X-Git-Tag: v1.4.4~1^2~15^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dbda8c318a9c0c9dc226ab4eef9b2c5c0b5966e4;p=thirdparty%2Fzstd.git Trailing comma --- diff --git a/lib/zstd.h b/lib/zstd.h index 788f5d9ec..da29ad222 100644 --- a/lib/zstd.h +++ b/lib/zstd.h @@ -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 {