summaryrefslogtreecommitdiff
path: root/cli.c
diff options
context:
space:
mode:
Diffstat (limited to 'cli.c')
-rwxr-xr-xcli.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cli.c b/cli.c
index 0254e4af8..d45f6b84b 100755
--- a/cli.c
+++ b/cli.c
@@ -1007,7 +1007,6 @@ int ast_cli_command(int fd, char *s)
case RESULT_SHOWUSAGE:
ast_cli(fd, e->usage);
break;
- default:
}
} else
ast_cli(fd, "No such command '%s' (type 'help' for help)\n", find_best(argv));