1
0
Fork 0

Modified Files:

src/Traffic/Schedule.cxx: Add trailing semicolon ...
This commit is contained in:
frohlich 2006-12-27 12:42:01 +00:00
parent e48409d136
commit 82d4fc6583

View file

@ -235,7 +235,7 @@ bool FGAISchedule::update(time_t now)
if (!deptime)
deptime = (*flights.begin())->getDepartureTime();
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)
{
// Check if this aircraft has been released.