]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
remove extra ;s
authorMichael Jerris <mike@jerris.com>
Wed, 5 Nov 2008 17:12:26 +0000 (17:12 +0000)
committerMichael Jerris <mike@jerris.com>
Wed, 5 Nov 2008 17:12:26 +0000 (17:12 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10251 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/include/switch_core.h

index 25d06c647ba02bd78ed3ecff1dc92b82363ceb4b..71fc32546bd9abb5899d160774201a7fe4a5ae88 100644 (file)
@@ -935,8 +935,8 @@ SWITCH_DECLARE(switch_status_t) switch_core_session_recv_dtmf(_In_ switch_core_s
   \return SWITCH_STATUS_SUCCESS if the hash is created
 */
 SWITCH_DECLARE(switch_status_t) switch_core_hash_init_case(_Out_ switch_hash_t **hash, _In_ switch_memory_pool_t *pool, switch_bool_t case_sensitive);
-#define switch_core_hash_init(_hash, _pool) switch_core_hash_init_case(_hash, _pool, SWITCH_TRUE);
-#define switch_core_hash_init_nocase(_hash, _pool) switch_core_hash_init_case(_hash, _pool, SWITCH_FALSE);
+#define switch_core_hash_init(_hash, _pool) switch_core_hash_init_case(_hash, _pool, SWITCH_TRUE)
+#define switch_core_hash_init_nocase(_hash, _pool) switch_core_hash_init_case(_hash, _pool, SWITCH_FALSE)