From: Olle Johansson Date: Thu, 6 Dec 2007 14:55:31 +0000 (+0000) Subject: Adding small missing but important comma... X-Git-Tag: 1.6.0-beta1~3^2~524 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6765d5f758565ea421ba47aebba4c5fa0319da5a;p=thirdparty%2Fasterisk.git Adding small missing but important comma... git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@91406 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_meetme.c b/apps/app_meetme.c index 12c392e7e5..26a565f056 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, ""),