From b33ed34bedf54d1699e44566ddb24b10c229b546 Mon Sep 17 00:00:00 2001 From: DomingoGP Date: Wed, 18 Sep 2024 22:03:34 +0200 Subject: [PATCH] Jedi code format: Move files to support compile with FPC 3.3.1. Issue #41147 --- components/jcf2/CommandLine/Lazarus/jcf.lpi | 4 ++-- components/jcf2/{Ui => UiNoGui}/jcfuitoolsnogui.pas | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename components/jcf2/{Ui => UiNoGui}/jcfuitoolsnogui.pas (100%) diff --git a/components/jcf2/CommandLine/Lazarus/jcf.lpi b/components/jcf2/CommandLine/Lazarus/jcf.lpi index 403b98972d..aa55479bd9 100644 --- a/components/jcf2/CommandLine/Lazarus/jcf.lpi +++ b/components/jcf2/CommandLine/Lazarus/jcf.lpi @@ -51,7 +51,7 @@ - + @@ -65,7 +65,7 @@ - + diff --git a/components/jcf2/Ui/jcfuitoolsnogui.pas b/components/jcf2/UiNoGui/jcfuitoolsnogui.pas similarity index 100% rename from components/jcf2/Ui/jcfuitoolsnogui.pas rename to components/jcf2/UiNoGui/jcfuitoolsnogui.pas