Fix additional typos (bug #3162)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4581 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2004-12-29 07:46:10 +00:00
parent 6884bd9758
commit f19f4411e1
2 changed files with 5 additions and 4 deletions

1
cli.c
View File

@@ -150,6 +150,7 @@ static int handle_set_verbose(int fd, int argc, char *argv[])
{
int val = 0;
int oldval = 0;
/* Has a hidden 'at least' argument */
if ((argc != 3) && (argc != 4))
return RESULT_SHOWUSAGE;