changed scope to get rid of mixed code/variables warning
This commit is contained in:
@@ -1188,6 +1188,7 @@ static int genRandomDict(U32 dictID, U32 seed, size_t dictSize, BYTE* fullDict){
|
||||
}
|
||||
|
||||
/* generate samples */
|
||||
{
|
||||
unsigned i = 1;
|
||||
size_t currSize = 1;
|
||||
BYTE* curr = samples;
|
||||
@@ -1199,6 +1200,7 @@ static int genRandomDict(U32 dictID, U32 seed, size_t dictSize, BYTE* fullDict){
|
||||
i++;
|
||||
currSize *= 16;
|
||||
}
|
||||
}
|
||||
|
||||
/* set dictionary params */
|
||||
ZDICT_params_t zdictParams;
|
||||
|
||||
Reference in New Issue
Block a user