codetools: clean up

git-svn-id: trunk@47891 -
This commit is contained in:
mattias 2015-02-18 20:29:45 +00:00
parent e1e00306cf
commit de6146e357

View File

@ -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