Commit f4676710 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Add a missing NULL terminator

parent 84fc883b
...@@ -133,6 +133,7 @@ mcf_panic(struct cli *cli, const char * const *av, void *priv) ...@@ -133,6 +133,7 @@ mcf_panic(struct cli *cli, const char * const *av, void *priv)
static struct cli_proto cli_debug[] = { static struct cli_proto cli_debug[] = {
{ CLICMD_DEBUG_PANIC_MASTER, "d", mcf_panic }, { CLICMD_DEBUG_PANIC_MASTER, "d", mcf_panic },
{ NULL }
}; };
/*--------------------------------------------------------------------*/ /*--------------------------------------------------------------------*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment