Skip to content

Commit

Permalink
missing ;
Browse files Browse the repository at this point in the history
  • Loading branch information
shorne89 committed Aug 2, 2012
1 parent 73ea623 commit 49ecfa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MakeCall.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ void MakeCallEndPoint::OnConnectionEstablished(H323Connection & connection,
{
// find second party by call token
PString second_party = GetDestination(token);
PTRACE(1, "MakeCallEndpoint: Transferring call to 2nd party " << second_party)
PTRACE(1, "MakeCallEndpoint: Transferring call to 2nd party " << second_party);

if (transferMethod == "H.450.2") {
#ifdef HAS_H450
Expand Down

0 comments on commit 49ecfa7

Please sign in to comment.