1
0
Fork 0

src/Main/options.cxx: fix gcc initialisation warnings and minor reformat.

This commit is contained in:
Julian Smith 2020-06-14 18:20:28 +01:00
parent aeb75738ed
commit a4457d995b

View file

@ -1856,7 +1856,7 @@ struct OptionDesc {
{"load-tape", true, OPTION_FUNC, "", false, "", fgOptLoadTape },
{"developer", true, OPTION_IGNORE | OPTION_BOOL, "", false, "", nullptr },
{"jsbsim-output-directive-file", true, OPTION_STRING, "/sim/jsbsim/output-directive-file", false, "", nullptr },
{0}
{nullptr, false, 0, nullptr, false, nullptr, nullptr}
};