summaryrefslogtreecommitdiffstats
path: root/lib/command.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/command.c')
-rw-r--r--lib/command.c1
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;
}
}