Browse Source

- forgot a \n

pull/16/head
Christine Ho 12 years ago
parent
commit
7eaa93c6ec
  1. 2
      lib/JingletoSDP.php

2
lib/JingletoSDP.php

@ -77,7 +77,7 @@ class JingletoSDP {
' raddr '.$candidate->attributes()->{'rel-addr'}.
' rport '.$candidate->attributes()->{'rel-port'};
}
$c .= ' generation '.$candidate->attributes()->generation."\n";
$c .= ' generation '.$candidate->attributes()->generation;
$this->valid = true;
}

Loading…
Cancel
Save