X-Git-Url: http://www.lcore.org/git/lcore.git/blobdiff_plain/4782a5c5afee47721cc617daa40dd29828342c2b..4be21e4a341fbd4c8ecc14675fe6db9de7d18fec:/unixstuff.inc?ds=sidebyside

diff --git a/unixstuff.inc b/unixstuff.inc
index 76a7f52..f8c7396 100755
--- a/unixstuff.inc
+++ b/unixstuff.inc
@@ -26,16 +26,16 @@
     {$define dup2        := fpdup2}
     {$ifndef ver1_9_2}
       {$define flock     := fpflock}
-      {$ifndef ver1_9_4}
-        procedure Execl(Todo:string);inline;
-	var
-	  p : ppchar;
-	begin
-	  p := unixutil.StringToPPChar(Todo,1);
-	  if (p=nil) or (p^=nil) then exit;
-	  fpexecv(p^,p);
-	end;
-      {$endif}
+      {$ifndef ver1_9_4}
+        procedure Execl(Todo:string);inline;
+	var
+	  p : ppchar;
+	begin
+	  p := unixutil.StringToPPChar(Todo,1);
+	  if (p=nil) or (p^=nil) then exit;
+	  fpexecv(p^,p);
+	end;
+      {$endif}
     {$endif}
     procedure gettimeofday(var tv:ttimeval);inline;
     begin