]> git.sesse.net Git - c64tapwav/commitdiff
Small display fix.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 4 May 2013 19:00:55 +0000 (21:00 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 4 May 2013 19:00:55 +0000 (21:00 +0200)
sync.cpp

index b0fb6a6a0d68a04a8a34efca5ed2d646a5af6c5c..7e43ec114cf59797daa2718b67615cd1057bc023 100644 (file)
--- 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;