fix typo default sample size

This commit is contained in:
Yann Collet 2020-03-08 23:24:08 -07:00
parent da89e10839
commit 8405fd6d33

View File

@ -953,7 +953,7 @@ static int longCommandWArg(const char** stringPtr, const char* longCommand)
* it can be necessary to test multiple input sizes
* to paint an accurate picture of collision performance
*/
#define SAMPLE_SIZE_DEFAULT 255
#define SAMPLE_SIZE_DEFAULT 256
#define HASHFN_ID_DEFAULT 0
void help(const char* exeName)