From 689fc9d3f484fe673981bbef8d972fbbaa07267e Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Sat, 1 Jul 2017 16:01:31 +0200 Subject: [PATCH] psi lib: fix edit typo --- src/input/mpegts/dvb_psi_lib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/input/mpegts/dvb_psi_lib.c b/src/input/mpegts/dvb_psi_lib.c index 1831b9507..081b102ae 100644 --- a/src/input/mpegts/dvb_psi_lib.c +++ b/src/input/mpegts/dvb_psi_lib.c @@ -76,7 +76,7 @@ mpegts_psi_section_reassemble0 int len, int start, int crc, mpegts_psi_section_callback_t cb, void *opaque) { - + uint8_t *p = mt->mt_sect.ps_data; int excess, tsize; if(len <= 0) -- 2.47.2