Skip to content

Commit

Permalink
fixed #2053
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanlf committed Jan 18, 2022
1 parent b5741da commit 5ff2a87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/isomedia/box_dump.c
Original file line number Diff line number Diff line change
Expand Up @@ -6229,7 +6229,7 @@ GF_Err csgp_box_dump(GF_Box *a, FILE * trace)
else
fprintf(trace, "%d", idx);
}
fprintf(trace, "\">\n");
fprintf(trace, "\"/>\n");
}

gf_isom_box_dump_done("CompactSampleGroupBox", a, trace);
Expand Down

0 comments on commit 5ff2a87

Please sign in to comment.