瀏覽代碼

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

Jonas Maebe 25 年之前
父節點
當前提交
6d16f22c21
共有 2 個文件被更改,包括 12 次插入4 次删除
  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
- 
+
 }