diff --git a/src/benchJsonOpt.c b/src/benchJsonOpt.c index 9cdb9ae7..bc18d2f6 100644 --- a/src/benchJsonOpt.c +++ b/src/benchJsonOpt.c @@ -198,9 +198,9 @@ static int getColumnAndTagTypeFromInsertJsonFile( int count = 1; int64_t max = RAND_MAX >> 1; int64_t min = 0; - double maxInDbl = max; - double minInDbl = min; - uint32_t scalingFactor = 1; + double maxInDbl = max; + double minInDbl = min; + uint32_t scalingFactor = 1; int32_t length = 4; // fun type uint8_t funType = FUNTYPE_NONE;