From 235387ff17234d93b217ced1ea9e4a04b35e196c Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Fri, 22 Mar 2013 10:53:23 +0100 Subject: [PATCH] Remove useless semicolon. --- coreapi/bellesip_sal/sal_impl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coreapi/bellesip_sal/sal_impl.c b/coreapi/bellesip_sal/sal_impl.c index 72ef57957..fce3582f9 100644 --- a/coreapi/bellesip_sal/sal_impl.c +++ b/coreapi/bellesip_sal/sal_impl.c @@ -65,7 +65,7 @@ static void sal_add_pending_auth(Sal *sal, SalOp *op){ } void sal_process_authentication(SalOp *op) { - belle_sip_request_t* request=belle_sip_transaction_get_request((belle_sip_transaction_t*)op->pending_auth_transaction);; + belle_sip_request_t* request=belle_sip_transaction_get_request((belle_sip_transaction_t*)op->pending_auth_transaction); bool_t is_within_dialog=FALSE; belle_sip_list_t* auth_list=NULL; belle_sip_auth_event_t* auth_event;