summaryrefslogtreecommitdiff
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 37603c46f8..015d97266d 100644
--- a/lib/command.c
+++ b/lib/command.c
@@ -2020,6 +2020,7 @@ cmd_entry_function_desc (const char *src, struct cmd_token *token)
default:
assert(0);
+ return NULL;
}
}