lazbuild: fixed typo

git-svn-id: trunk@39455 -
This commit is contained in:
mattias 2012-12-06 16:07:40 +00:00
parent 048b9be0b8
commit 2cd110e940

View File

@ -1395,7 +1395,7 @@ begin
p:=ParamStr(i);
if p='--verbose' then
inc(ConsoleVerbosity)
else if (p='-q') or (p='quiet=') then
else if (p='-q') or (p='--quiet') then
dec(ConsoleVerbosity);
end;