]> git.mxchange.org Git - flightgear.git/blobdiff - src/Systems/electrical.cxx
ignore resets for now because every z/Z key press would trigger a call to NOAA. We...
[flightgear.git] / src / Systems / electrical.cxx
index c4e59d84c51bcf900c7551f96c75e2216bf44de4..1b6b39943bec53882559a75ebea04d0056df12d0 100644 (file)
@@ -288,9 +288,10 @@ void FGElectricalSystem::init () {
                     << config.str() );
         }
 
-    } else
+    } else {
         SG_LOG( SG_ALL, SG_WARN,
                 "No electrical model specified for this model!");
+    }
 
     delete config_props;
 }