remove extra ;

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4259 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2007-02-14 17:22:34 +00:00
parent 4a48bbf0f7
commit 81dcb65cd5
1 changed files with 1 additions and 1 deletions

View File

@ -1528,7 +1528,7 @@ static switch_call_cause_t channel_outgoing_channel(switch_core_session_t *sessi
char sess_id[11] = "";
char *dnis = NULL;
char workspace[1024] = "";
char *p, *u, ubuf[512] = "", *user = NULL;;
char *p, *u, ubuf[512] = "", *user = NULL;
char *cid_msg = NULL;
switch_copy_string(workspace, outbound_profile->destination_number, sizeof(workspace));