mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-07-26 19:57:42 +00:00
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;
|
ts = jb->last_target_ts;
|
||||||
|
|
||||||
packet->header.seq = seq;
|
packet->header.seq = seq;
|
||||||
packet->header.ts = ts
|
packet->header.ts = ts;
|
||||||
}
|
}
|
||||||
|
|
||||||
switch_mutex_unlock(jb->mutex);
|
switch_mutex_unlock(jb->mutex);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user