Browse Source

* fix comment bug

pierre 25 years ago
parent
commit
063e1d6e42
1 changed files with 6 additions and 3 deletions
  1. 6 3
      api/inc/apicomm.pas

+ 6 - 3
api/inc/apicomm.pas

@@ -1,4 +1,4 @@
-****************************************************************************
+{****************************************************************************
 
    $Id$
 
@@ -279,7 +279,10 @@ end;
 end.
 {
   $Log$
-  Revision 1.2  2000-11-13 14:35:57  marco
+  Revision 1.3  2000-11-14 11:07:18  pierre
+   * fix comment bug
+
+  Revision 1.2  2000/11/13 14:35:57  marco
    * Unix Renamefest for defines.
 
   Revision 1.1  2000/07/13 06:29:38  michael
@@ -322,4 +325,4 @@ end.
                                for functions, returning Pointer instead
    09/06/97   0.2.6    Bazsi   Added base error code for Keyboard
    11/06/97   0.2.7    Bazsi   Added base error code for FileCtrl
-}
+}