From 2e7798458ee5c0bed8939a18c9063c1fe78c5d5c Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Thu, 21 Aug 2008 10:13:26 +0000 Subject: [PATCH] A missing backslash. --- src/input/r_qtmp4.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/input/r_qtmp4.cpp b/src/input/r_qtmp4.cpp index 3a2978346..d05880fa1 100644 --- a/src/input/r_qtmp4.cpp +++ b/src/input/r_qtmp4.cpp @@ -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