Explorar o código

* fix compile

git-svn-id: trunk@7526 -
peter %!s(int64=18) %!d(string=hai) anos
pai
achega
54c1c22616
Modificáronse 1 ficheiros con 5 adicións e 5 borrados
  1. 5 5
      packages/fpmake/fpmake.pp

+ 5 - 5
packages/fpmake/fpmake.pp

@@ -3,14 +3,14 @@ program fpmake;
 
 uses fpmktype,fpmkunit;
 
-Var
+var
   T : TTarget;
-
+  S : TSource;
 begin
-  With Installer do 
+  with Installer do
     begin
-    {$i fpmake.inc}
-    Run;
+      {$i fpmake.inc}
+      Run;
     end;
 end.