提交 506f40b8 authored 作者: Michael Jerris's avatar Michael Jerris

change local var to match return type of function.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3246 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 9ab2b1db
......@@ -2375,7 +2375,7 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_unhold_uuid(char *uuid)
SWITCH_DECLARE(switch_status_t) switch_ivr_broadcast(char *uuid, char *path, switch_media_flag_t flags)
{
switch_channel_t *channel;
uint8_t nomedia;
int nomedia;
switch_core_session_t *session;
switch_event_t *event;
switch_core_session_t *other_session;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论