From: Bimba Shrestha Date: Thu, 30 Jan 2020 22:14:27 +0000 (-0800) Subject: Update comment X-Git-Tag: v1.4.5^2~103^2~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71754a26f85c2885fbdb116668307285333651d6;p=thirdparty%2Fzstd.git Update comment --- diff --git a/programs/zstdcli.c b/programs/zstdcli.c index 35191ad79..00ec79961 100644 --- a/programs/zstdcli.c +++ b/programs/zstdcli.c @@ -41,7 +41,7 @@ # include "dibio.h" /* ZDICT_cover_params_t, DiB_trainFromFiles() */ #endif #include "zstd.h" /* ZSTD_VERSION_STRING, ZSTD_minCLevel, ZSTD_maxCLevel */ -#include "zstd_compress_internal.h" /* ZSTD_compressionParameters, ZSTD_strategyMap */ +#include "zstd_compress_internal.h" /* ZSTD_compressionParameters */ /*-************************************