Commit ab5ab39a authored by Jean-Paul Saman's avatar Jean-Paul Saman

examples/dvbinfo/libdvbpsi.c: cleanup

parent 34f345aa
......@@ -780,8 +780,7 @@ static void DumpSystemClockDescriptor(dvbpsi_system_clock_dr_t* p_clock_descript
*****************************************************************************/
static void DumpStreamIdentifierDescriptor(dvbpsi_stream_identifier_dr_t* p_si_descriptor)
{
printf("Component tag: %d\n",
p_si_descriptor->i_component_tag);
printf("Component tag: %d\n", p_si_descriptor->i_component_tag);
}
/*****************************************************************************
......
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