lazutils: clean up

git-svn-id: trunk@36987 -
This commit is contained in:
mattias 2012-04-23 08:57:55 +00:00
parent f5933d0bb3
commit 9b61e66009

View File

@ -416,7 +416,7 @@ begin
if s1 <> '' then if s1 <> '' then
Result := s1 + ',' + s2 Result := s1 + ',' + s2
else else
Result := s1 + s2; Result := s2;
{$ELSE} {$ELSE}
Result := ''; Result := '';
{$ENDIF} {$ENDIF}