mirror of https://github.com/FOME-Tech/openblt.git
Refs #190. Minor formatting correction in TFirmwareData.GetSegmentCount.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@195 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
This commit is contained in:
parent
f97e662ca3
commit
554b94c4fa
|
@ -1093,7 +1093,7 @@ end; //*** end of Destroy ***
|
||||||
// DESCRIPTION: Getter for the count of data segments with firmware data.
|
// DESCRIPTION: Getter for the count of data segments with firmware data.
|
||||||
//
|
//
|
||||||
//***************************************************************************************
|
//***************************************************************************************
|
||||||
function TFirmwareData.GetSegmentCount;
|
function TFirmwareData.GetSegmentCount: Integer;
|
||||||
begin
|
begin
|
||||||
Result := FSegmentList.Count;
|
Result := FSegmentList.Count;
|
||||||
end; //*** end of GetSegmentCount ***
|
end; //*** end of GetSegmentCount ***
|
||||||
|
|
Loading…
Reference in New Issue