mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-05 12:50:23 +02:00
* fixed typo
This commit is contained in:
parent
5dd4f9f422
commit
902adb903a
@ -395,7 +395,7 @@ begin
|
||||
if assigned(ModuleNames) then
|
||||
begin
|
||||
dispose(ModuleNames,Done);
|
||||
Modules:=nil;
|
||||
ModuleNames:=nil;
|
||||
end;
|
||||
if assigned(TypeNames) then
|
||||
begin
|
||||
@ -532,7 +532,10 @@ begin
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.2 1999-01-21 11:49:14 peter
|
||||
Revision 1.3 1999-01-22 10:19:43 peter
|
||||
* fixed typo
|
||||
|
||||
Revision 1.2 1999/01/21 11:49:14 peter
|
||||
* updates from gabor
|
||||
|
||||
Revision 1.1 1999/01/12 14:25:24 peter
|
||||
|
Loading…
Reference in New Issue
Block a user