Fix minor formatting problem

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2935 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer 2004-05-09 19:39:23 +00:00
parent 25b07915d6
commit f2e0152108
1 changed files with 1 additions and 1 deletions

View File

@ -4906,7 +4906,7 @@ static int __sip_show_channels(int fd, int argc, char *argv[], int subscriptions
{
#define FORMAT3 "%-15.15s %-10.10s %-21.21s %-15.15s\n"
#define FORMAT2 "%-15.15s %-10.10s %-11.11s %-11.11s %s\n"
#define FORMAT "%-15.15s %-10.10s %-11.11s %5.5d/%5.5d %-5.5dms %-4.4dms %-6.6s%s\n"
#define FORMAT "%-15.15s %-10.10s %-11.11s %5.5d/%5.5d %-6.6s%s\n"
struct sip_pvt *cur;
int numchans = 0;
if (argc != 3)