From aff4ba17148c304708749b4dc0ab848b39374529 Mon Sep 17 00:00:00 2001 From: inikep Date: Thu, 10 Mar 2016 15:45:21 +0100 Subject: [PATCH] hashLog3 removed from paramgrill --- programs/paramgrill.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/paramgrill.c b/programs/paramgrill.c index 4a76da8a4..fb82d926a 100644 --- a/programs/paramgrill.c +++ b/programs/paramgrill.c @@ -127,7 +127,7 @@ static U32 g_rand = 1; static U32 g_singleRun = 0; static U32 g_target = 0; static U32 g_noSeed = 0; -static ZSTD_parameters g_params = { 0, 0, 0, 0, 0, 0, 0, 0, ZSTD_greedy }; +static ZSTD_parameters g_params = { 0, 0, 0, 0, 0, 0, 0, ZSTD_greedy }; void BMK_SetNbIterations(int nbLoops) { -- 2.47.2