Commit 11ec6e66 authored by Johann Hanne's avatar Johann Hanne Committed by Jean-Paul Saman

cat.c includes an unused variable.

parent 05b4b0a5
......@@ -367,7 +367,7 @@ void dvbpsi_GatherCATSections(dvbpsi_decoder_t* p_decoder,
void dvbpsi_DecodeCATSections(dvbpsi_cat_t* p_cat,
dvbpsi_psi_section_t* p_section)
{
uint8_t* p_byte, * p_end;
uint8_t* p_byte;
while(p_section)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment