aboutsummaryrefslogtreecommitdiffstats
path: root/cli.c
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-06-27 23:02:52 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-06-27 23:02:52 +0000
commitd148cde249b23d61820b91fd6baf483848cf6985 (patch)
treeda6a8c446c46fb6bd6c6dd32ce0bc061ff3bc7ac /cli.c
parentbc12b3a7d31aca35b3eb83e14a7f7f238c88bbfb (diff)
Minor cleanups
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1126 f38db490-d61c-443f-a65b-d21fe96a405b
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));