Commit de009c37 authored by Marc Olzheim's avatar Marc Olzheim Committed by Jean-Paul Saman

dvbinfo: fix typo.

Signed-off-by: Jean-Paul Saman's avatarJean-Paul Saman <jean-paul.saman@m2x.nl>
parent 6c0183ad
......@@ -1190,7 +1190,7 @@ static void handle_CAT(void *p_data, dvbpsi_cat_t *p_cat)
p_stream->cat.i_version = p_cat->i_version;
printf("\n" );
printf(" CAT: Conditional Association Table\n" );
printf(" CAT: Conditional Access Table\n" );
printf("\tVersion number : %d\n", p_cat->i_version );
printf("\tCurrent next : %s\n", p_cat->b_current_next ? "yes" : "no");
DumpDescriptors("\t ]", p_cat->p_first_descriptor);
......
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