From 23757cdcb9291612fbd9f91f964bce9c05e7f9c6 Mon Sep 17 00:00:00 2001 From: Christophe Massiot Date: Mon, 22 Aug 2011 20:46:43 +0000 Subject: [PATCH] * examples/dvb_print_si.c: Fix typo in printf. --- examples/dvb_print_si.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/dvb_print_si.c b/examples/dvb_print_si.c index aaff56b..12436ac 100644 --- a/examples/dvb_print_si.c +++ b/examples/dvb_print_si.c @@ -297,7 +297,7 @@ static void handle_pmt(uint16_t i_pid, uint8_t *p_pmt) if (i == i_nb_sids) { switch (i_print_type) { case PRINT_XML: - printf("\n", + printf("\n", i_sid, i_pid); break; default: @@ -315,7 +315,7 @@ static void handle_pmt(uint16_t i_pid, uint8_t *p_pmt) if (i_pid != p_sid->i_pmt_pid) { switch (i_print_type) { case PRINT_XML: - printf("\n", + printf("\n", i_sid, i_pid); break; default: