codetools: clean up

git-svn-id: trunk@26648 -
This commit is contained in:
mattias 2010-07-14 15:35:36 +00:00
parent 089aba0265
commit d62007a174

View File

@ -1,8 +1,8 @@
{ Этот файл был автоматически создан Lazarus. Не редактировать!
Исходный код используется только для компиляции и установки пакета.
{ This file was automatically created by Lazarus. Do not edit!
This source is only used to compile and install the package.
}
unit codetools;
unit CodeTools;
interface
@ -22,10 +22,10 @@ uses
implementation
procedure Register;
procedure Register;
begin
end;
end;
initialization
RegisterPackage('CodeTools',@Register);
RegisterPackage('CodeTools', @Register);
end.