From: Steinar H. Gunderson Date: Sat, 4 May 2013 19:00:55 +0000 (+0200) Subject: Small display fix. X-Git-Url: https://git.sesse.net/?p=c64tapwav;a=commitdiff_plain;h=af205db54703906ad67adb6393a9df97c96357e8;ds=sidebyside Small display fix. --- 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;