diff --git a/src/ATC/ATCutils.hxx b/src/ATC/ATCutils.hxx index 9ab479884..360ecd837 100644 --- a/src/ATC/ATCutils.hxx +++ b/src/ATC/ATCutils.hxx @@ -95,9 +95,10 @@ double dclGetAirportElev( const string& id ); /**************** * -* Runways +* Runways * ****************/ // Given a Point3D (lon/lat/elev) and an FGRunway struct, determine if the point lies on the runway bool OnRunway(Point3D pt, FGRunway* rwy); +