Skip to content
Snippets Groups Projects
Commit b3fdacf9 authored by Mark Spencer's avatar Mark Spencer
Browse files

Minor formatting fixup (bug #2397)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3748 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent cb896da9
No related branches found
No related tags found
No related merge requests found
...@@ -365,7 +365,7 @@ void iax_showframe(struct iax_frame *f, struct ast_iax2_full_hdr *fhi, int rx, s ...@@ -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) if (ntohs(fh->dcallno) & IAX_FLAG_RETRANS)
strcpy(retries, "Yes"); strcpy(retries, "Yes");
else else
strcpy(retries, "No"); strcpy(retries, " No");
} }
if (!(ntohs(fh->scallno) & IAX_FLAG_FULL)) { if (!(ntohs(fh->scallno) & IAX_FLAG_FULL)) {
/* Don't mess with mini-frames */ /* Don't mess with mini-frames */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment