From 71754a26f85c2885fbdb116668307285333651d6 Mon Sep 17 00:00:00 2001 From: Bimba Shrestha Date: Thu, 30 Jan 2020 14:14:27 -0800 Subject: [PATCH] Update comment --- programs/zstdcli.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ /*-************************************