Commit 23757cdc authored by Christophe Massiot's avatar Christophe Massiot

* examples/dvb_print_si.c: Fix typo in printf.

parent 6610d824
......@@ -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("<ERROR type=\"ghost_pmt\" program=\"%hu\n pid=\"%hu\"/>\n",
printf("<ERROR type=\"ghost_pmt\" program=\"%hu\" pid=\"%hu\"/>\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("<ERROR type=\"ghost_pmt\" program=\"%hu\n pid=\"%hu\"/>\n",
printf("<ERROR type=\"ghost_pmt\" program=\"%hu\" pid=\"%hu\"/>\n",
i_sid, i_pid);
break;
default:
......
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