Adding small missing but important comma...

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@91406 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.6.0
Olle Johansson 18 years ago
parent 478df6c69f
commit 6765d5f758

@ -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>"),

Loading…
Cancel
Save