[asterisk-commits] rtp engine.h: Remove extraneous semicolons. (asterisk[13])

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed Feb 24 11:02:22 CST 2016


Anonymous Coward #1000019 has submitted this change and it was merged.

Change subject: rtp_engine.h: Remove extraneous semicolons.
......................................................................


rtp_engine.h: Remove extraneous semicolons.

Change-Id: Ib462633d396fa941379dfef648dcd2245e350084
---
M include/asterisk/rtp_engine.h
1 file changed, 3 insertions(+), 3 deletions(-)

Approvals:
  Anonymous Coward #1000019: Verified
  Joshua Colp: Looks good to me, approved
  mattf: Looks good to me, but someone else must approve



diff --git a/include/asterisk/rtp_engine.h b/include/asterisk/rtp_engine.h
index 80183ed..c79554b 100644
--- a/include/asterisk/rtp_engine.h
+++ b/include/asterisk/rtp_engine.h
@@ -929,7 +929,7 @@
  * \since 1.8
  */
 #define ast_rtp_instance_set_remote_address(instance, address) \
-	ast_rtp_instance_set_requested_target_address((instance), (address));
+	ast_rtp_instance_set_requested_target_address((instance), (address))
 
 /*!
  * \brief Set the address that we are expecting to receive RTP on
@@ -1041,7 +1041,7 @@
  * \since 1.8
  */
 #define ast_rtp_instance_get_remote_address(instance, address) \
-	ast_rtp_instance_get_incoming_source_address((instance), (address));
+	ast_rtp_instance_get_incoming_source_address((instance), (address))
 
 /*!
  * \brief Get the requested target address of the remote endpoint and
@@ -1077,7 +1077,7 @@
  * \since 1.8
  */
 #define ast_rtp_instance_get_and_cmp_remote_address(instance, address) \
-	ast_rtp_instance_get_and_cmp_requested_target_address((instance), (address));
+	ast_rtp_instance_get_and_cmp_requested_target_address((instance), (address))
 
 /*!
  * \brief Set the value of an RTP instance extended property

-- 
To view, visit https://gerrit.asterisk.org/2289
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ib462633d396fa941379dfef648dcd2245e350084
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-Owner: Richard Mudgett <rmudgett at digium.com>
Gerrit-Reviewer: Anonymous Coward #1000019
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
Gerrit-Reviewer: mattf <creslin at digium.com>



More information about the asterisk-commits mailing list