From: Mark Spencer Date: Thu, 9 Sep 2004 01:36:01 +0000 (+0000) Subject: Minor formatting fixup (bug #2397) X-Git-Tag: 1.0.0~78 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3fdacf9cc7c2e10ce786874dd8a600c1eab3b77;p=thirdparty%2Fasterisk.git Minor formatting fixup (bug #2397) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3748 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/iax2-parser.c b/channels/iax2-parser.c index 9c5a1a7ecc..c54af66a5f 100755 --- a/channels/iax2-parser.c +++ b/channels/iax2-parser.c @@ -365,7 +365,7 @@ void iax_showframe(struct iax_frame *f, struct ast_iax2_full_hdr *fhi, int rx, s if (ntohs(fh->dcallno) & IAX_FLAG_RETRANS) strcpy(retries, "Yes"); else - strcpy(retries, "No"); + strcpy(retries, " No"); } if (!(ntohs(fh->scallno) & IAX_FLAG_FULL)) { /* Don't mess with mini-frames */