diff options
Diffstat (limited to 'lib/command.c')
-rw-r--r-- | lib/command.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/command.c b/lib/command.c index c70391d7..8ae27de9 100644 --- a/lib/command.c +++ b/lib/command.c @@ -2018,6 +2018,7 @@ cmd_entry_function_desc (const char *src, struct cmd_token *token) default: assert(0); + return NULL; } } |