]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-8179 missing semicolon
authorAnthony Minessale <anthm@freeswitch.org>
Fri, 2 Oct 2015 00:29:45 +0000 (19:29 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Fri, 2 Oct 2015 00:29:45 +0000 (19:29 -0500)
src/switch_jitterbuffer.c

index f799b11fdb1dc800f6b6f7520d41d6509704fe5f..357ac2c105935167eacb1db4ef1309239043b12b 100644 (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);