Commit f37b611c authored by Christophe Massiot's avatar Christophe Massiot

* dvb/si.h: Fix missing XML bracket.

parent 8ecb3389
...@@ -831,7 +831,7 @@ static inline void desc59_print(uint8_t *p_desc, f_print pf_print, ...@@ -831,7 +831,7 @@ static inline void desc59_print(uint8_t *p_desc, f_print pf_print,
switch (i_print_type) { switch (i_print_type) {
case PRINT_XML: case PRINT_XML:
pf_print(opaque, pf_print(opaque,
"<SUBTITLING_DESC language=\"%3.3s\" type=\"0x%hhx\" composition=\"%hu\" ancillary=\"%hu\"", "<SUBTITLING_DESC language=\"%3.3s\" type=\"0x%hhx\" composition=\"%hu\" ancillary=\"%hu\"/>",
(const char *)desc59n_get_code(p_desc_n), (const char *)desc59n_get_code(p_desc_n),
desc59n_get_subtitlingtype(p_desc_n), desc59n_get_subtitlingtype(p_desc_n),
desc59n_get_compositionpage(p_desc_n), desc59n_get_compositionpage(p_desc_n),
......
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