From: frohlich Date: Wed, 27 Dec 2006 12:42:01 +0000 (+0000) Subject: Modified Files: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=82d4fc6583a5f6a6e563409497bc15c63f5bf900;p=flightgear.git Modified Files: src/Traffic/Schedule.cxx: Add trailing semicolon ... --- diff --git a/src/Traffic/Schedule.cxx b/src/Traffic/Schedule.cxx index cc117304a..13b2dce5f 100644 --- a/src/Traffic/Schedule.cxx +++ b/src/Traffic/Schedule.cxx @@ -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.