Commit eb97b24d authored by Rafaël Carré's avatar Rafaël Carré

make xmllint happy

parent 204d6edd
...@@ -258,7 +258,7 @@ static void xspf_extension_item( playlist_item_t *p_item, FILE *p_file, ...@@ -258,7 +258,7 @@ static void xspf_extension_item( playlist_item_t *p_item, FILE *p_file,
/* print leaf and increase the counter */ /* print leaf and increase the counter */
fprintf( p_file, "\t\t\t<vlc:item tid=\"%i\" />\n", *p_i_count ); fprintf( p_file, "\t\t\t<vlc:item tid=\"%i\"/>\n", *p_i_count );
( *p_i_count )++; ( *p_i_count )++;
return; return;
......
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