src/Main/options.cxx: fix gcc initialisation warnings and minor reformat.
This commit is contained in:
parent
aeb75738ed
commit
a4457d995b
1 changed files with 11 additions and 11 deletions
|
@ -1856,7 +1856,7 @@ struct OptionDesc {
|
||||||
{"load-tape", true, OPTION_FUNC, "", false, "", fgOptLoadTape },
|
{"load-tape", true, OPTION_FUNC, "", false, "", fgOptLoadTape },
|
||||||
{"developer", true, OPTION_IGNORE | OPTION_BOOL, "", false, "", nullptr },
|
{"developer", true, OPTION_IGNORE | OPTION_BOOL, "", false, "", nullptr },
|
||||||
{"jsbsim-output-directive-file", true, OPTION_STRING, "/sim/jsbsim/output-directive-file", false, "", nullptr },
|
{"jsbsim-output-directive-file", true, OPTION_STRING, "/sim/jsbsim/output-directive-file", false, "", nullptr },
|
||||||
{0}
|
{nullptr, false, 0, nullptr, false, nullptr, nullptr}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue