summaryrefslogtreecommitdiff
path: root/cli.c
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2003-06-27 23:02:52 +0000
committerMark Spencer <markster@digium.com>2003-06-27 23:02:52 +0000
commitf945ae212211906c00c546bd6cce561dbd252c2b (patch)
treeda6a8c446c46fb6bd6c6dd32ce0bc061ff3bc7ac /cli.c
parente7a1bdc90c3d819be236cd5a05df021606233a6a (diff)
Minor cleanups
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1126 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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));