FS-8179 missing semicolon

This commit is contained in:
Anthony Minessale 2015-10-01 19:29:45 -05:00
parent ead42d56b5
commit 39029080c2
1 changed files with 1 additions and 1 deletions

View File

@ -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);