mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-12 17:49:07 +02:00
Fix compilation due to syntax error in previous commit
git-svn-id: trunk@36464 -
This commit is contained in:
parent
8c370a4e6f
commit
605e6defc7
@ -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]]);
|
||||
|
Loading…
Reference in New Issue
Block a user