aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_meetme.c
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2007-12-06 14:55:31 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2007-12-06 14:55:31 +0000
commit526275407d268b667ef67f36853a80d22b82d3fe (patch)
tree6c5a886f4c113f2089b04e8097c9480c62e19ee6 /apps/app_meetme.c
parent7c7bfe6daf2227b959bdff7e74e5ecfdc7e43e49 (diff)
Adding small missing but important comma...
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@91406 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_meetme.c')
-rw-r--r--apps/app_meetme.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_meetme.c b/apps/app_meetme.c
index 12c392e7e..26a565f05 100644
--- a/apps/app_meetme.c
+++ b/apps/app_meetme.c
@@ -1893,7 +1893,7 @@ static int conf_run(struct ast_channel *chan, struct ast_conference *conf, int c
"Meetme: %s\r\n"
"Usernum: %d\r\n"
"CallerIDnum: %s\r\n"
- "CallerIDname: %s\r\n"
+ "CallerIDname: %s\r\n",
chan->name, chan->uniqueid, conf->confno,
user->user_no,
S_OR(user->chan->cid.cid_num, "<unknown>"),