mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-31 03:30:39 +02:00
* short op for ident is t not d, probably copy and paste. Patch by Margers, mantis 36597
git-svn-id: trunk@43963 -
This commit is contained in:
parent
3053f8c2e8
commit
c35ada7639
@ -154,7 +154,7 @@ begin
|
||||
end;
|
||||
// Indent
|
||||
if HasOption('t','indent') then
|
||||
FIndentSize:=StrToIntDef(GetOptionValue('d','indent'),-1);
|
||||
FIndentSize:=StrToIntDef(GetOptionValue('t','indent'),-1);
|
||||
if (FHeaderFile<>'') and Not FileExists(FheaderFile) then
|
||||
begin
|
||||
PrintUsage(Format('Header file "%s"does not exist',[FHeaderFile]));
|
||||
|
Loading…
Reference in New Issue
Block a user