[asterisk-commits] qwell: branch 1.4 r84437 - /branches/1.4/res/res_features.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue Oct 2 14:02:00 CDT 2007


Author: qwell
Date: Tue Oct  2 14:01:59 2007
New Revision: 84437

URL: http://svn.digium.com/view/asterisk?view=rev&rev=84437
Log:
Fix some odd formatting I missed..

Modified:
    branches/1.4/res/res_features.c

Modified: branches/1.4/res/res_features.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/res/res_features.c?view=diff&rev=84437&r1=84436&r2=84437
==============================================================================
--- branches/1.4/res/res_features.c (original)
+++ branches/1.4/res/res_features.c Tue Oct  2 14:01:59 2007
@@ -820,7 +820,7 @@
 		/* 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 @@
 	if (check_compat(transferee, newchan)) {
 		finishup(transferee);
 		return -1;
-	};
+	}
 
 	ast_indicate(transferee, AST_CONTROL_UNHOLD);
 	




More information about the asterisk-commits mailing list