Nitpic CLI output. Bug #858

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2041 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Jeremy McNamara 2004-01-15 22:56:53 +00:00
parent 5f23eba1b0
commit 94fe1c8b26
1 changed files with 1 additions and 1 deletions

2
cli.c
View File

@ -154,7 +154,7 @@ static int handle_unload(int fd, int argc, char *argv[])
}
#define MODLIST_FORMAT "%-20s %-40.40s %-10d\n"
#define MODLIST_FORMAT2 "%-20s %-40.40s %-10s\n"
#define MODLIST_FORMAT2 "%-25s %-40.40s %-10s\n"
static ast_mutex_t climodentrylock = AST_MUTEX_INITIALIZER;
static int climodentryfd = -1;