From af205db54703906ad67adb6393a9df97c96357e8 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sat, 4 May 2013 21:00:55 +0200 Subject: [PATCH 1/1] Small display fix. --- sync.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sync.cpp b/sync.cpp index b0fb6a6..7e43ec1 100644 --- a/sync.cpp +++ b/sync.cpp @@ -149,7 +149,7 @@ int main(int argc, char **argv) prev_hyp = hyp; } - fprintf(stderr, "\b\b\b\b\b\b\b%7.2f", total_end / 44100.0); + fprintf(stderr, "\b\b\b\b\b\b\b%7.2f\n", total_end / 44100.0); // best winner double best_cost = HUGE_VAL; -- 2.39.2