From 82d4fc6583a5f6a6e563409497bc15c63f5bf900 Mon Sep 17 00:00:00 2001 From: frohlich Date: Wed, 27 Dec 2006 12:42:01 +0000 Subject: [PATCH] Modified Files: src/Traffic/Schedule.cxx: Add trailing semicolon ... --- src/Traffic/Schedule.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.5