LCL: Grids, fix typo that breaks compiling.

This commit is contained in:
Jesus Reyes A 2021-08-23 12:45:01 -05:00
parent 7b9589dc61
commit 239be664c0

View File

@ -2341,7 +2341,7 @@ begin
if length(widths)>0 then if length(widths)>0 then
avgSize := availableSize div length(widths); avgSize := availableSize div length(widths);
done := false; done := false;
break: break;
end; end;
end; end;
until done; until done;