diff options
Diffstat (limited to 'sim/common/sim-model.c')
-rw-r--r-- | sim/common/sim-model.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sim/common/sim-model.c b/sim/common/sim-model.c index 06fa931..ddcb2de 100644 --- a/sim/common/sim-model.c +++ b/sim/common/sim-model.c @@ -37,8 +37,8 @@ static MODULE_INIT_FN sim_model_init; static const OPTION model_options[] = { { {"model", required_argument, NULL, OPTION_MODEL}, '\0', "MODEL", "Specify model to simulate", - model_option_handler }, - { {NULL, no_argument, NULL, 0}, '\0', NULL, NULL, NULL } + model_option_handler, NULL }, + { {NULL, no_argument, NULL, 0}, '\0', NULL, NULL, NULL, NULL } }; static SIM_RC |