FS-8179 missing semicolon
This commit is contained in:
parent
ead42d56b5
commit
39029080c2
|
@ -1273,7 +1273,7 @@ SWITCH_DECLARE(switch_status_t) switch_jb_get_packet(switch_jb_t *jb, switch_rtp
|
|||
ts = jb->last_target_ts;
|
||||
|
||||
packet->header.seq = seq;
|
||||
packet->header.ts = ts
|
||||
packet->header.ts = ts;
|
||||
}
|
||||
|
||||
switch_mutex_unlock(jb->mutex);
|
||||
|
|
Loading…
Reference in New Issue