diff --git a/components/compilers/c/examples/test.c b/components/compilers/c/examples/test.c index cab52a4874..242b5e1d32 100644 --- a/components/compilers/c/examples/test.c +++ b/components/compilers/c/examples/test.c @@ -3,5 +3,3 @@ public void main() { printf("Hello World \n"); -} - diff --git a/components/h2pas/h2paswizard.pas b/components/h2pas/h2paswizard.pas index 8b6c8c8043..3b9f672e9f 100644 --- a/components/h2pas/h2paswizard.pas +++ b/components/h2pas/h2paswizard.pas @@ -1,14 +1,14 @@ -{ Diese Datei wurde automatisch von Lazarus erzeugt. Sie darf nicht bearbeitet werden! -Dieser Quelltext dient nur dem Übersetzen und Installieren des Packages. +{ This file was automatically created by Lazarus. do not edit! + This source is only used to compile and install the package. } -unit H2PasWizard; +unit h2paswizard; interface uses - H2PasConvert, H2PasDlg, H2PasStrConsts, IDETextConvListEdit, - IDETextConvListAdd, LazarusPackageIntf; + H2PasConvert, H2PasDlg, H2PasStrConsts, IDETextConvListEdit, + IDETextConvListAdd, LazarusPackageIntf; implementation