aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_features.c
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-10-02 19:01:59 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-10-02 19:01:59 +0000
commit0d88c8b72992de0f958a925f52a3b7081000ea52 (patch)
treefd847e755f32df2873231893e957f12efee69eb3 /res/res_features.c
parent62bd30d9725c38b364c29ca7363b143d91c07df7 (diff)
Fix some odd formatting I missed..
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@84437 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'res/res_features.c')
-rw-r--r--res/res_features.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/res_features.c b/res/res_features.c
index e738d1477..50687cb04 100644
--- a/res/res_features.c
+++ b/res/res_features.c
@@ -820,7 +820,7 @@ static int builtin_atxfer(struct ast_channel *chan, struct ast_channel *peer, st
/* we do mean transferee here, NOT transferer */
finishup(transferee);
return -1;
- };
+ }
memset(&bconfig,0,sizeof(struct ast_bridge_config));
ast_set_flag(&(bconfig.features_caller), AST_FEATURE_DISCONNECT);
ast_set_flag(&(bconfig.features_callee), AST_FEATURE_DISCONNECT);
@@ -837,7 +837,7 @@ static int builtin_atxfer(struct ast_channel *chan, struct ast_channel *peer, st
if (check_compat(transferee, newchan)) {
finishup(transferee);
return -1;
- };
+ }
ast_indicate(transferee, AST_CONTROL_UNHOLD);