diff --git a/progs/timer.c b/progs/timer.c index e79508e..be7bd23 100644 --- a/progs/timer.c +++ b/progs/timer.c @@ -61,7 +61,7 @@ void timerloop() { } getchar(); /* TODO: stop relying on hard assumptions */ - if(s.e) printf("\r\e[1A \r", c); + if(s.e) printf("\r\e[1A \r"); } c = timerdisp(t); if(s.e) {