Modified Files:
src/Traffic/Schedule.cxx: Add trailing semicolon ...
This commit is contained in:
parent
e48409d136
commit
82d4fc6583
1 changed files with 1 additions and 1 deletions
|
@ -235,7 +235,7 @@ bool FGAISchedule::update(time_t now)
|
||||||
if (!deptime)
|
if (!deptime)
|
||||||
deptime = (*flights.begin())->getDepartureTime();
|
deptime = (*flights.begin())->getDepartureTime();
|
||||||
FGScheduledFlightVecIterator i = flights.begin();
|
FGScheduledFlightVecIterator i = flights.begin();
|
||||||
SG_LOG (SG_GENERAL, SG_INFO,"Processing registration " << registration << " with callsign " << (*i)->getCallSign())
|
SG_LOG (SG_GENERAL, SG_INFO,"Processing registration " << registration << " with callsign " << (*i)->getCallSign());
|
||||||
if (AIManagerRef)
|
if (AIManagerRef)
|
||||||
{
|
{
|
||||||
// Check if this aircraft has been released.
|
// Check if this aircraft has been released.
|
||||||
|
|
Loading…
Add table
Reference in a new issue