Browse Source

* was uncompilable

florian 27 years ago
parent
commit
79d67dd7b1
1 changed files with 5 additions and 4 deletions
  1. 5 4
      rtl/win32/dos.pp

+ 5 - 4
rtl/win32/dos.pp

@@ -14,8 +14,6 @@
 
  **********************************************************************}
 
-
-
 {$I os.inc}
 
 unit dos;
@@ -50,7 +48,7 @@ unit dos;
        { search record which is used by findfirst and findnext }
        { it is compatible with the DOS version                 }
        { if the fields are access using there names            }
-       { the fields have another order
+       { the fields have another order                         }
 {$PACKRECORDS 1}
        searchrec = record
           time : longint;
@@ -640,7 +638,10 @@ end.
 
 {
   $Log$
-  Revision 1.3  1998-04-26 22:37:02  florian
+  Revision 1.4  1998-04-27 14:01:38  florian
+    * was uncompilable
+
+  Revision 1.3  1998/04/26 22:37:02  florian
     + getftime, unpacktime, packtime
 
   Revision 1.2  1998/04/26 21:49:09  florian