Browse Source

* added missing "open comment braces" for the log section

Jonas Maebe 25 years ago
parent
commit
6d16f22c21
2 changed files with 12 additions and 4 deletions
  1. 6 2
      fcl/go32v2/ezcgi.inc
  2. 6 2
      fcl/go32v2/pipes.inc

+ 6 - 2
fcl/go32v2/ezcgi.inc

@@ -7,8 +7,12 @@ Function Getenv (Var EnvVar  : AnsiString): AnsiString;
 begin
   Result:=Dos.Getenv(EnvVar);
 end;
+{
   $Log$
-  Revision 1.2  2000-07-13 11:32:58  michael
+  Revision 1.3  2000-07-22 12:27:48  jonas
+    * added missing "open comment braces" for the log section
+
+  Revision 1.2  2000/07/13 11:32:58  michael
   + removed logs
- 
+
 }

+ 6 - 2
fcl/go32v2/pipes.inc

@@ -21,8 +21,12 @@ Function CreatePipeHandles (Var Inhandle,OutHandle : Longint) : Boolean;
 begin
   Result := False;
 end;
+{
   $Log$
-  Revision 1.2  2000-07-13 11:32:58  michael
+  Revision 1.3  2000-07-22 12:27:48  jonas
+    * added missing "open comment braces" for the log section
+
+  Revision 1.2  2000/07/13 11:32:58  michael
   + removed logs
- 
+
 }