mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-11 01:18:45 +02:00
+ Fixed wrong unit name.
This commit is contained in:
parent
eb3e1984e6
commit
168918c002
@ -21,6 +21,7 @@
|
|||||||
****************************************************************************
|
****************************************************************************
|
||||||
}
|
}
|
||||||
unit comprsrc;
|
unit comprsrc;
|
||||||
|
|
||||||
interface
|
interface
|
||||||
|
|
||||||
procedure CompileResourceFiles;
|
procedure CompileResourceFiles;
|
||||||
@ -102,7 +103,10 @@ end;
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.2 1999-01-06 12:56:01 peter
|
Revision 1.3 1999-01-06 14:38:09 michael
|
||||||
|
+ Fixed wrong unit name.
|
||||||
|
|
||||||
|
Revision 1.2 1999/01/06 12:56:01 peter
|
||||||
* fixed typo :(
|
* fixed typo :(
|
||||||
|
|
||||||
Revision 1.1 1999/01/06 12:39:46 peter
|
Revision 1.1 1999/01/06 12:39:46 peter
|
||||||
|
Loading…
Reference in New Issue
Block a user