提交 ba03619b authored 作者: Brian West's avatar Brian West

space after if

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12000 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 6f3260ef
......@@ -278,7 +278,7 @@ SWITCH_STANDARD_APP(soundtouch_start_function)
for (x = 0; x < argc; x++) {
if (!strncasecmp(argv[x], "send_leg", 8)) {
sth->send_not_recv = true;
}else if(!strncasecmp(argv[x], "hook_dtmf", 9)) {
} else if (!strncasecmp(argv[x], "hook_dtmf", 9)) {
sth->hook_dtmf = true;
} else if (strchr(argv[x], 'p')) {
sth->pitch = normalize_soundtouch_value('p',atof(argv[x]));
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论