]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Fix some odd formatting I missed..
authorJason Parker <jparker@digium.com>
Tue, 2 Oct 2007 19:01:59 +0000 (19:01 +0000)
committerJason Parker <jparker@digium.com>
Tue, 2 Oct 2007 19:01:59 +0000 (19:01 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@84437 65c4cc65-6c06-0410-ace0-fbb531ad65f3

res/res_features.c

index e738d1477055f1780fcd99bc09e91f0131ef0851..50687cb04729d75818c2a14b98690cf948c869c3 100644 (file)
@@ -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);