hedgewars/pas2cSystem.pas
changeset 7038 d853e4385241
parent 6967 1224c6fb36c3
child 7041 76a9274f280f
--- a/hedgewars/pas2cSystem.pas	Thu May 10 11:29:18 2012 +0400
+++ b/hedgewars/pas2cSystem.pas	Thu May 10 13:16:31 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;