]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Fix missing } from previous commit
authorFlole998 <Flole998@users.noreply.github.com>
Wed, 5 May 2021 14:12:21 +0000 (16:12 +0200)
committerGitHub <noreply@github.com>
Wed, 5 May 2021 14:12:21 +0000 (16:12 +0200)
src/muxer/muxer_pass.c

index 6f09a9070eb21eb322cb2aa553b764ba6c3db702..aa9a0eea660b4a6766fee70affd0d9b140c031f8 100644 (file)
@@ -662,7 +662,8 @@ pass_muxer_write_ts(muxer_t *m, pktbuf_t *pb)
         } else if (pid == DVB_EIT_PID) {
         
           dvb_table_parse(&pm->pm_eit, "-", tsb, l, 1, 0, pass_muxer_eit_cb);
-
+        }
+               
         /* PMT */
         if (pid == pm->pm_pmt_pid) {