aboutsummaryrefslogtreecommitdiffstats
path: root/frame.c
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-10-08 21:57:43 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-10-08 21:57:43 +0000
commit1b1186d189096dc6f172d3f1b0847300a83114da (patch)
tree23483497d440c7587e81e34a792dad9247bd5ffd /frame.c
parenta05adac17e144c7f2916f3df28b4e0fe9850e7fa (diff)
Callerid fix and warning cleanup (bug #367 & #356)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1621 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'frame.c')
-rwxr-xr-xframe.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/frame.c b/frame.c
index 36ac0e1da..0ff9d2a1e 100755
--- a/frame.c
+++ b/frame.c
@@ -455,8 +455,7 @@ static int show_codecs(int fd, int argc, char *argv[])
return RESULT_SHOWUSAGE;
if (getenv("I_AM_NOT_AN_IDIOT") == NULL)
- ast_cli(fd, "Disclaimer: this command is for informational purposes
-only.\n\tIt does not indicate anything about your configuration.\n");
+ ast_cli(fd, "Disclaimer: this command is for informational purposes only.\n\tIt does not indicate anything about your configuration.\n");
if ((argc == 2) || (!strcasecmp(argv[1],"audio"))) {
found = 1;