diff --git a/src/Main/renderer.cxx b/src/Main/renderer.cxx
index da3f05696..35aade424 100644
--- a/src/Main/renderer.cxx
+++ b/src/Main/renderer.cxx
@@ -902,7 +902,6 @@ void FGRenderer::setFOV( float w, float h ) {
     // accumulate hacked effects
     ssgSetFOV( w, h );
     ssgSetNearFar( near, far );
-
     fgHackFrustum();
 }
 
diff --git a/src/Network/ATC-Main.cxx b/src/Network/ATC-Main.cxx
index e291bb22b..84ecf326e 100644
--- a/src/Network/ATC-Main.cxx
+++ b/src/Network/ATC-Main.cxx
@@ -211,10 +211,9 @@ bool FGATCMain::process() {
     // directly provide.
 
     FGNasalSys *n = (FGNasalSys*)globals->get_subsystem("nasal");
-    bool result = n->parseAndRun( "atcsim.do_hardware()" );
+    bool result = n->parseAndRun( "atcsim.update()" );
     if ( !result ) {
-        SG_LOG( SG_GENERAL, SG_ALERT,
-                "Nasal: atcsim.do_hardware() failed!" );
+        SG_LOG( SG_GENERAL, SG_ALERT, "Nasal: atcsim.update() failed!" );
     }
 
     // process the ATC outputs