Fix compilation due to syntax error in previous commit

git-svn-id: trunk@36464 -
This commit is contained in:
pierre 2017-06-09 12:17:04 +00:00
parent 8c370a4e6f
commit 605e6defc7

View File

@ -19,7 +19,7 @@ begin
upperlimit:=1 shl i;
setlength(a,upperlimit);
for j:=0 to upperlimit-1 do
a[j]:=random(1 shl lg2upperlimit)+ 1);
a[j]:=random((1 shl lg2upperlimit)+ 1);
FillChar(histogram,sizeof(histogram),0);
for j:=0 to upperlimit-1 do
inc(histogram[a[j]]);