aboutsummaryrefslogtreecommitdiffstats
path: root/cli.c
diff options
context:
space:
mode:
authorjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2004-01-15 22:56:53 +0000
committerjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2004-01-15 22:56:53 +0000
commit74d1046171092b92e3ace1fa8e5f6cd417caf092 (patch)
tree1fa428b1e715a3a61d867808b99f04abd78d64f8 /cli.c
parent921e4d00d064402c3f1155c6feb74c3d1c5912af (diff)
Nitpic CLI output. Bug #858
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2041 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'cli.c')
-rwxr-xr-xcli.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli.c b/cli.c
index ae6876fad..644e6f32d 100755
--- a/cli.c
+++ b/cli.c
@@ -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;