|
@@ -2,7 +2,7 @@
|
|
|
This file is part of the Free Pascal run time library.
|
|
|
|
|
|
A file in Amiga system run time library.
|
|
|
- Copyright (c) 1998 by Nils Sjoholm
|
|
|
+ Copyright (c) 1998-2002 by Nils Sjoholm
|
|
|
member of the Amiga RTL development team.
|
|
|
|
|
|
See the file COPYING.FPC, included in this distribution,
|
|
@@ -15,7 +15,7 @@
|
|
|
**********************************************************************}
|
|
|
|
|
|
|
|
|
-UNIT colorwhell;
|
|
|
+UNIT colorwheel;
|
|
|
|
|
|
INTERFACE
|
|
|
USES exec, utility;
|
|
@@ -96,4 +96,10 @@ END;
|
|
|
END. (* UNIT COLORWHEEL *)
|
|
|
|
|
|
|
|
|
+{
|
|
|
+ $Log$
|
|
|
+ Revision 1.2 2002-11-18 20:51:44 nils
|
|
|
+ * wrong name on unit
|
|
|
|
|
|
+}
|
|
|
+
|