]> git.mxchange.org Git - flightgear.git/commitdiff
Modified Files:
authorfrohlich <frohlich>
Wed, 27 Dec 2006 12:42:01 +0000 (12:42 +0000)
committerfrohlich <frohlich>
Wed, 27 Dec 2006 12:42:01 +0000 (12:42 +0000)
src/Traffic/Schedule.cxx: Add trailing semicolon ...

src/Traffic/Schedule.cxx

index cc117304a0d22b43a305ccb39b235a8206661734..13b2dce5f67ac59c0f72e896d18d10561035e479 100644 (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.