mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-01-04 09:15:05 +00:00
A missing backslash.
This commit is contained in:
parent
04f35dc84a
commit
2e7798458e
@ -723,7 +723,7 @@ qtmp4_reader_c::handle_mvhd_atom(qt_atom_t atom,
|
||||
|
||||
time_scale = get_uint32_be(&mvhd.time_scale);
|
||||
|
||||
mxverb(2, PFX "%*s Time scale: %un", level * 2, "", time_scale);
|
||||
mxverb(2, PFX "%*s Time scale: %u\n", level * 2, "", time_scale);
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user