mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 10:19:36 +02:00
Small fix to the fileutil mainunit links
git-svn-id: trunk@31322 -
This commit is contained in:
parent
7116120872
commit
b4ab1b4c27
@ -1,4 +1,4 @@
|
|||||||
{%MainUnit ../filectrl.pp}
|
{%MainUnit ../fileutil.pas}
|
||||||
{------------------------------------------------------------------------------
|
{------------------------------------------------------------------------------
|
||||||
procedure CheckIfFileIsExecutable(const AFilename: string);
|
procedure CheckIfFileIsExecutable(const AFilename: string);
|
||||||
------------------------------------------------------------------------------}
|
------------------------------------------------------------------------------}
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{%MainUnit ../filectrl.pp}
|
{%MainUnit ../fileutil.pas}
|
||||||
{------------------------------------------------------------------------------
|
{------------------------------------------------------------------------------
|
||||||
procedure CheckIfFileIsExecutable(const AFilename: string);
|
procedure CheckIfFileIsExecutable(const AFilename: string);
|
||||||
------------------------------------------------------------------------------}
|
------------------------------------------------------------------------------}
|
||||||
|
Loading…
Reference in New Issue
Block a user