mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-11 18:39:05 +02:00
codetools: clean up
git-svn-id: trunk@47891 -
This commit is contained in:
parent
e1e00306cf
commit
de6146e357
@ -227,7 +227,7 @@ function ChangeLineEndings(const s, NewLineEnding: string): string;
|
||||
var
|
||||
NewLength: Integer;
|
||||
p: Integer;
|
||||
Src, Dest, StartPos, EndPos: PChar;
|
||||
Src, Dest, EndPos: PChar;
|
||||
EndLen: Integer;
|
||||
begin
|
||||
if s='' then begin
|
||||
|
Loading…
Reference in New Issue
Block a user