changeset 7041 | 76a9274f280f |
parent 7038 | d853e4385241 |
child 7044 | 46cb4e8cedfb |
--- a/hedgewars/pas2cSystem.pas Thu May 10 13:45:47 2012 +0400 +++ b/hedgewars/pas2cSystem.pas Thu May 10 22:55:13 2012 +0400 @@ -63,7 +63,7 @@ new, dispose, FillChar, Move : procedure; trunc, round : function : integer; - abs, Sqr : function : integer; + abs, sqr : function : integer; StrPas, FormatDateTime, copy, delete, str, pos, trim, LowerCase : function : shortstring; Length, StrToInt : function : integer;