Added ; for error insight

This commit is contained in:
ronaldhordijk 2005-01-23 11:08:21 +00:00
parent a36e44eb4e
commit 5b8452842a

View File

@ -40,7 +40,7 @@ type
vBent, vWaves, vFisheye, vPopcorn, vExponential, vPower, vCosine, vSawTooth, vRandom);
type
TCPpoint = record
x, y, c: double
x, y, c: double;
end;
PCPpoint = ^TCPpoint;
TPointsArray = array of TCPpoint;