MT#61856 media_player: remove unnecessary semicolons

After static funcs definitions.
This is harmless, but unusual.

Change-Id: Iabeb82000033c7718b65c10c77b997e64fc074be
pull/2123/head
Donat Zenichev 2 months ago
parent 518fecfb00
commit 983b876f8c

@ -289,10 +289,10 @@ static void __send_timer_free(void *p) {
static void __send_timer_send_now(struct timerthread_queue *ttq, void *p) {
send_timer_send_nolock((void *) ttq, p);
};
}
static void __send_timer_send_later(struct timerthread_queue *ttq, void *p) {
send_timer_send_lock((void *) ttq, p);
};
}
// call->master_lock held in W
struct send_timer *send_timer_new(struct packet_stream *ps) {

Loading…
Cancel
Save