Add missing list terminator in debugcmd.c

The pingoptions list of commands was not terminated by an EMPTY_OPTION
value.
This commit is contained in:
Markus Mäkelä 2017-08-17 14:45:45 +03:00
parent 6bdd959f6c
commit d723201d22

View File

@ -904,7 +904,7 @@ struct subcommand pingoptions[] =
"Ping Workers",
{ARG_TYPE_NONE}
},
{EMPTY_OPTION}
{ EMPTY_OPTION }
};
/**