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:
Frank Voorburg 2016-12-19 10:57:53 +00:00
parent f97e662ca3
commit 554b94c4fa
1 changed files with 1 additions and 1 deletions

View File

@ -1093,7 +1093,7 @@ end; //*** end of Destroy ***
// DESCRIPTION: Getter for the count of data segments with firmware data.
//
//***************************************************************************************
function TFirmwareData.GetSegmentCount;
function TFirmwareData.GetSegmentCount: Integer;
begin
Result := FSegmentList.Count;
end; //*** end of GetSegmentCount ***