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); vBent, vWaves, vFisheye, vPopcorn, vExponential, vPower, vCosine, vSawTooth, vRandom);
type type
TCPpoint = record TCPpoint = record
x, y, c: double x, y, c: double;
end; end;
PCPpoint = ^TCPpoint; PCPpoint = ^TCPpoint;
TPointsArray = array of TCPpoint; TPointsArray = array of TCPpoint;