diff --git a/common/complete.c b/common/complete.c index 0b03d7c..0780888 100644 --- a/common/complete.c +++ b/common/complete.c @@ -272,7 +272,7 @@ { struct command *cmdtp; int len; - int ret = 1; + int ret = COMPLETE_END; char *res = NULL; for_each_command(cmdtp) {